header#sp-header.full-header.full-header-center{
  box-shadow: none;
}
.custom-btn{
  background-color: #0054a6;
}
/* adjusting font size for faqs page when for tablets */
@media screen and (max-width : 768px) and (min-width: 426px){
  span.sppb-panel-title h3{
    font-size: 26px;
    padding-right: 40px;
  }
}

@media screen and (max-width : 425px){
  span.sppb-panel-title h3{
    font-size: 22px;
    padding-right: 20px;
  }
}
