.aboutModel {
    bottom: 0;
    height: 90%;
    left: 7%;
}
.overflowBox {
    /* height: 490px; */
    top: 200px;
}
.aboutHeroSection {
    height: 900px;
}
@media screen and (max-width: 1660px) {
    .aboutHeroSection {
        height: 800px;
    }
    .overflowBox {
        top: 160px;
    }
}
@media screen and (max-width: 1440px) {
    .aboutHeroSection {
        height: 750px;
    }
    .aboutModel {
        height: 85%;
        left: 5%;
    }
    .overflowBox {
        top: 130px;
        width: 380px;
        /* padding: 24px; */
        /* height: 450px; */
    }
}
@media screen and (max-width: 1280px) {
    .aboutHeroSection {
        /* height: 690px; */
    }
    .aboutModel {
        height: 85%;
        left: 5%;
    }
    .overflowBox {
        width: 380px;
        padding: 24px;
        /* height: 450px; */
    }
    .overflowBox h4 {
        font-size: 24px;
    }
}

@media screen and (max-width: 990px) {
    .aboutHeroSection {
        height: 700px;
    }
    .aboutModel {
        height: 80%;
        left: 0%;
    }
    .overflowBox {
        width: 380px;
        /* padding: 24px; */
        /* height: 450px; */
        right: 0;
        top: 100px;
    }
    #formIfram {
        /* height: 400px !important; */
    }
    .overflowBox h4 {
        font-size: 24px;
    }
}

@media screen and (max-width: 768px) {
    .aboutHeroSection {
        height: auto;
        /* min-height: 800px; */
        padding: 90px 0 0 0;
        margin-bottom: 80px;
    }
    .aboutModel {
        height: auto;
        left: auto;
        width: 100%;
        max-width: 370px;
        bottom: 0;
        position: relative;
    }
    .overflowBox {
        top: 0;
        width: 95%;
        height: auto;
        padding: 24px 0;
    }
    .heroVideo {
        max-height: 500px;
        min-height: 500px;
        height: 500px;
    }
}
