/* Video section start */

.hero__video-box {
    border-radius: 16px;
    overflow: hidden;
}
.hero__video {
    width: 100%;
    height: 650px;
    object-fit: cover;
    filter: saturate(60%) brightness(68%) contrast(110%);
    transition: 0.30s;
}
.hero__video:hover{
    filter: saturate(100%) brightness(100%) contrast(100%);
}
/* about-text start */
.about-text__desc {
    margin-bottom: 0;
    font-size: 36px;
    line-height: 1.22;
    font-weight: 400;
    padding-left: 25px;
    padding-right: 25px;
}
@media screen and (max-width: 1399px) {
   .about-text__desc {
    font-size: 32px;
}
.hero__video {
    height: 500px;
}

}
/* about-text end */
@media screen and (max-width: 1199px) {
.hero__video {
   height: 500px;
}
.about-text__desc {
    padding-left: 10px;
    padding-right: 10px;
}
}
@media screen and (max-width: 991px) {
    .hero__video {
        height: auto;
    }
    }
@media screen and (max-width: 767px) {
    .about-text__desc {
        font-size: 26px;
    }
    }
@media screen and (max-width: 575px) {
    .about-text__desc {
        font-size: 20px;
    }
    }