.template-career .hb_info_section{
 background: var(--Surface-Surface-Secondary, #FFF8F3);
 padding-top:96px;
}

.template-career .hb_info_section .hb_info_alpha_title{
  max-width:501px;
  text-transform: initial;
}


@media screen and (max-width:767px) {
.template-career .hb_info_section{
   padding-top:56px;
 }
.hb_info_section .hb_info_description{
  margin-bottom:24px;
}
.Career_faqs_accordions_main_new .accordion .accordion-item .question h2{
  max-width:220px;
}
}
@media (min-width:385px) and (max-width:430px) {
.hb_info_section .hb_info_description{
          max-width: 336px;
        margin: 0 auto 24px;
}
}