/* .bannerAdSection .bannerAdContent h2, .bannerAdSection .bannerAdContent h3 {
    font-weight: 700;
    font-size: 42px;
    line-height: 42px;
    color: #fff;
    margin-bottom: 11px;
}

@media screen and (min-width: 100px) and (max-width: 1023px){
.bannerAdSection .bannerAdContent h2, .bannerAdSection .bannerAdContent h3 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 16px;
}
}

.bannerAdSection {
    margin: 0px auto 0!important;
}

.bannerAdSection .bannerAdBtn.siteButton:hover {
    background: #005e9e !important;
    border-color: #005e9e !important;
} */

.wrapper {
    max-width: 1060px;
    width: 100%;
    margin: 0 auto;
  }

  .catBannerAdSection .illustratorImg img{
    width: auto;
    height: auto;
  }

  .bannerAdSection {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 1050px;
    width: 100%;
    min-height: 194px;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto;
    padding: 0 40px 0 55px;
}

.bannerAdSection {
    margin: 40px auto 0;
}

.bannerAdSection .bannerAdContent {
    width: 550px;
    margin-left: 63px;
}

.bannerAdSection .bannerAdContent h2, .bannerAdSection .bannerAdContent h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 11px;
}

p {
    margin-bottom: 18px;
}

.bannerAdSection .bannerAdContent p {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
}

.bannerAdSection .bannerAdBtn {
    margin-left: auto;
}

.bannerAdSection .bannerAdBtn.siteButton {
    background: #0083c3;
    border: 1px solid #0083c3;
}

@media screen and (min-width: 100px) and (max-width: 768px){
    .bannerAdSection {
        padding: 45px 25px;
        margin: 30px 0 ;
        justify-content: center;
    }

    .contact-us .bannerAdSection .bannerAdContent {
        margin: 0 0 30px;
        text-align: center;
    }

    .bannerAdSection .bannerAdBtn {
        margin-left: 0;
    }

    .contact-us .bannerAdSection .illustratorImg {
        display: none;
    }

    .contact-us .bannerAdSection .bannerAdContent h2{
        font-size: 24px;
    }
}

/* BG COLOR CHANGES START */

.contact-us section{
    overflow: auto;
} 

/* BG COLOR CHANGES END */
