
@media only screen and (max-width: 992px) {
    .IntegrationPartner-banner h2 span {
        font-weight: 600;
        font-size: 40px !important;
        margin-top: 10px;
        display: inline-block;
    }

    .IntegrationPartner-banner {
        height: 100%;
        min-height: 300px;
        background-size: cover;
    }

    /*affiliate */
    .affiliate-banner h2 span {
        font-weight: 600;
        font-size: 40px !important;
        margin-top: 10px;
        display: inline-block;
    }

    .affiliate-banner {
        height: 100% !important;
        min-height: 300px;
    }

    /*Terms and condition*/
    .termsHead span{
        font-size: 40px !important;
        display:block;
    }
}

@media only screen and (max-width: 1400px) {
    .IntegrationPartner-banner h2 span {
        font-weight: 600;
    }

    /*affiliate */
    .affiliate-banner h2 span {
        font-weight: 600;
    }
}
