#challenge .bo-temp {
padding-top: 0;
}
#challenge h2.header {
  font: 700 3rem/1 "Titillium Web",RazerF5,Arial,Helvetica,sans-serif;
color: white;
}
#challenge h3 {
  color: #fff;
  font: bold 1.5rem/1.875rem Roboto;
	text-transform: none;
}
@media (max-width: 414px) {
  #challenge h2.header {
    word-break: break-word;
    font-size: min(8vw,1.75rem);
  }
}
@media (max-width: 768px) {
  #challenge h2.header {
    font: 700 1.75rem/1 "Titillium Web",RazerF5,Arial,Helvetica,sans-serif;
    font-size: 1.75rem;
  }
}
 @media screen and (max-width:767px){} @media screen and (-webkit-max-device-pixel-ratio: 1) and (min-width: 1200px), screen and (min-width: 768px) and (max-width: 1200px){} @media screen and (-webkit-min-device-pixel-ratio: 1) and (min-width: 1200px){} @media screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 1200px){}