/*
* ----------------------------------------------------------------------------------------
* BANNERS
* ----------------------------------------------------------------------------------------
*/
@media only screen and (min-width: 1px) {
  .desktop--hero-banner {
    background-repeat: no-repeat;
    background-size: contain;
    height: 0;
    margin-top: -5px;
    padding-top: 44%;
    width: 100%; }

  .desktop--hero-banner-container h2 {
    display: none; } }
@media only screen and (min-width: 768px) {
  .desktop--hero-banner {
    background-size: contain;
    background-repeat: no-repeat;
    height: 0;
    /*padding-top: 66.64%;*/
    padding-top: 36%;
    width: 100%; }

  .desktop--hero-banner-container h2 {
    display: block; }

  .banner-title {
    font-size: 26px;
    left: 45px;
    max-width: 175px;
    top: 100px; } }
@media only screen and (min-width: 992px) {
  .banner-title {
    font-size: 34px;
    left: 45px;
    max-width: 230px;
    top: 130px; } }
@media only screen and (min-width: 1200px) {
  .banner-title {
    font-size: 44px;
    left: 45px;
    max-width: 300px;
    top: 150px; } }
/*
* ----------------------------------------------------------------------------------------
* CONTENT
* ----------------------------------------------------------------------------------------
*/
@media only screen and (min-width: 1px) {
  .faq-subtitle {
    color: #007078;
    font-size: 18px;
    margin-top: 0; }

  .faq-question {
    font-weight: 600 !important;
    margin-bottom: 5px;
    margin-top: 20px; } }

/*# sourceMappingURL=faq.css.map */
