@media (max-width: 749px) {
    .section2-button {
        width: 48% !important;
    }
    .section1 h1{
        margin-bottom: 0px !important;
    }
    button.section2-button.applyNowButton.aimingYellowButton {
        width: 88% !important;
    }
    .iconList{
        font-size: 12px !important;
    }
    .row.belowVideoSection.d-flex{
        gap: 10px !important;
        justify-content: center !important;
    }
    .belowVideoSection h2{
        font-size: 17px !important;
    }
    .Section5 {
        padding: 48px 12px !important;
    }
    .CredibilityRow{
        padding: 0px !important;
    }
    .row.belowVideoSection.d-flex .col-lg-3 {
        width: 39% !important;
        margin-right: 19px;
    }
    .row.belowVideoSection.d-flex .col-lg-3.col-6.mb-3.mb-lg-0{
        margin-bottom: 0px !important;
    }
    .section2 {
        background: url('../assets/Section (1) (2).webp') no-repeat center right;
        background-size: cover !important;
    }
    .heroTopSection{
        position: relative !important;
        top: 400px !important;
    }
}