section.abt_sec1 {
    padding: 5.625rem 0 5rem;
    text-align: center;
}

section.abt_sec1 .m-auto {
    margin: auto;
}

section.abt_sec1 h2+p {
    margin: 0 0 2.5rem;
}

section.abt_sec1 .limit_wrp {
    text-align: left;
    border-radius: 8px;
    background: var(--Black, #000);
    padding: 30px 22px;
    margin: 0 0 1.875rem;
}

section.abt_sec1 .limit_wrp .limit_icon {
    width: 40.216px;
    height: 40.216px;
    margin: 0 0 16px;
}

section.abt_sec1 .limit_wrp h3 {
    color: var(--White, #fff);
    margin: 0 0 16px;
}

section.abt_sec1 .limit_wrp p {
    color: var(--White, #fff);
    font-family: Sora;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 171.429% */
}

/* Responsive */

@media screen and (max-width: 991px) {

    section.abt_sec1 {
        padding: 3.75rem 0;
        text-align: center;
    }

    section.abt_sec1 .row .col-10 {
        width: 100%;
    }

    section.abt_sec1 .limit_wrp {
        min-height: 255px;
    }

}

@media screen and (max-width: 767px) {

    section.abt_sec1 {
        padding: 1.875rem 0;
        text-align: center;
    }

    section.abt_sec1 .row .col-10 {
        width: 100%;
    }

    section.abt_sec1 .row .col-6 {
        width: 100%;
    }

    section.abt_sec1 h2+p {
        margin: 0 0 1.25rem;
    }

    section.abt_sec1 .limit_wrp {
        padding: 1.25rem;
        margin: 0 auto 1.25rem;
        text-align: center;
    }

    section.abt_sec1 .limit_wrp .limit_icon {
        margin: 0 auto 16px;
    }

    section.abt_sec1 .limit_wrp {
        min-height: auto;
    }
}

/* Video Styles */
section.abt_sec1 .video_play {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 23px;
    z-index: 1;
    min-height: 600px;
    margin-top: 3rem;
}

section.abt_sec1 .video_play video,
section.abt_sec1 .video_play iframe {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.abt_sec1 .video_play a.click_mutte_volumne {
    position: absolute;
    z-index: 1;
    display: flex;
    width: 46px;
    height: 46px;
    padding: 11px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.6);
    -webkit-backdrop-filter: blur(3.75px);
    backdrop-filter: blur(3.75px);
    right: 1.5625rem;
    bottom: 1.5625rem;
}

section.abt_sec1 .video_play a.click_mutte_volumne i {
    font-size: 24px;
    color: #292D32;
}

/* Mobile and Tablet Video Styles */
@media screen and (max-width: 991px) {
    section.abt_sec1 .video_play {
        margin-top: 2rem;
        min-height: 450px;
    }
}

@media screen and (max-width: 767px) {
    section.abt_sec1 .video_play {
        margin-top: 1.5rem;
        min-height: 360px;
    }
}
section.abt_sec1 .row.mobile_row {
    display: none;
}

@media screen and (max-width: 750px) {
    section.abt_sec1 .row.desktop_row {
        display: none;
    }

    section.abt_sec1 .row.mobile_row {
        display: block;
    }
}