.about-mahour-container {
    width: 90%;
    margin: 6rem auto;
}

.about-mahour-container .section-1 {
    width: 87%;
    margin: 0 auto 6rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 3rem;
    row-gap: 4rem;
    padding-bottom: 3rem;
    padding-top: 1rem;
}

.about-mahour-container .section-1 .item {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    background-color: #ffffff;
    padding: 3.3rem 1rem 1rem;
}

.about-mahour-container .section-1 .item img {
    z-index: 10;
    position: absolute;
    top: -4.1rem;
    right: calc(100% - 73%);
}

.about-mahour-container .section-1 .item:nth-of-type(2) img {
    top: -3.8rem;
}

.about-mahour-container .section-1 .item h6 {
    font-family: var(--bold-font);
    font-size: 16px;
    text-align: center;
    margin-bottom: 2rem;
}

.about-mahour-container .section-1 .item:first-of-type h6 {
    color: #1398C2;
}

.about-mahour-container .section-1 .item:nth-of-type(2) h6 {
    color: #28A08C;
}

.about-mahour-container .section-1 .item:last-of-type h6 {
    color: #485ED7;
}

.about-mahour-container .section-1 .item div {
    color: #3F3E3D;
    font-family: var(--semibold-font);
    font-size: 14px;
    text-align: justify;
}

.about-mahour-container .section-1 .item div li {
    list-style: inherit;
}

.about-mahour-container .section-2 {
    width: 100%;
    margin: 2rem auto 6rem;
}

.about-mahour-container .section-2 .video {
    position: relative;
}

.about-mahour-container .section-2 .video .about-mahour-video-container {
    width: 87%;
    height: 313px;
    overflow: hidden;
    border-radius: 20px;
    z-index: 20;
    position: relative;
}

.about-mahour-container .section-2 .video .about-mahour-video-container video {
    width: 100%;
    height: 100%;
    object-fit: fill;
    z-index: 30;
}

.about-mahour-container .section-2 .video .rec1 {
    position: absolute;
    bottom: -1.7rem;
    right: -2.8%;
    z-index: -1;
}

.about-mahour-container .section-2 .video .rec2 {
    position: absolute;
    top: -1rem;
    left: 10.5%;
    z-index: -1;
}

.about-mahour-container .section-2 .video #about-mahour-play-btn {
    width: 53px;
    height: 53px;
    background-color: white;
    border: none;
    z-index: 50;
    border-radius: 50px;
    position: absolute;
    top: 41%;
    left: 45%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-mahour-container .section-2 .video #about-mahour-play-btn i {
    color: #23BDEE;
    font-size: 20px;
    padding-left: 4px;
}

.about-mahour-container .section-2 .col-12:last-of-type h3 {
    color: #1A4C99;
    font-size: 18px;
    font-family: var(--bold-font);
    margin-bottom: 2.2rem;
}

.about-mahour-container .section-2 .col-12:last-of-type p {
    width: 87%;
    font-size: 14px;
    font-family: var(--semibold-font);
    color: #212121;
    text-align: justify;
    line-height: 2rem;
}

.about-mahour-container .section-2 .col-12:last-of-type .circle1 {
    position: absolute;
    top: 60%;
    right: -2.3rem;
}

.about-mahour-container .section-2 .col-12:last-of-type .circle2 {
    position: absolute;
    top: -.6rem;
    left: 0;
}

.about-mahour-container .section-3 {
    width: 95%;
    margin: 0 auto 6rem;
    padding-top: 4rem;
}

.about-mahour-container .section-3 .col-12:first-of-type {
    width: 40%;
}

.about-mahour-container .section-3 .col-12:first-of-type h3 {
    font-family: var(--bold-font);
    color: #1A4C99;
    font-size: 18px;
    margin-bottom: 2rem;
}

.about-mahour-container .section-3 .col-12:first-of-type div {
    font-size: 14px;
    color: #2E2E2E;
    font-family: var(--semibold-font);
    line-height: 2rem;
}

.about-mahour-container .section-3 .col-12:first-of-type div li {
    list-style: inherit;
}

.about-mahour-container .section-3 .col-12:last-of-type .item p {
    font-family: var(--semibold-font);
    font-size: 16px;
    margin-right: -2rem;
}

.about-mahour-container .section-3 .col-12:last-of-type .item {
    margin-bottom: -2rem;
}

@media screen and (max-width: 998px) {
    .about-mahour-container .section-1 {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-mahour-container .section-2 {
        row-gap: 7rem;
    }

    .about-mahour-container .section-2 .video {
        width: 70%;
    }

    .about-mahour-container .section-2 .video .about-mahour-video-container {
        margin: auto;
    }

    .about-mahour-container .section-2 .video .rec1 {
        right: 4%;
    }

    .about-mahour-container .section-2 .video .rec2 {
        left: 4.2%;
    }

    .about-mahour-container .section-2 .col-12:last-of-type h3 {
        width: 87%;
        margin: 0 auto 3rem;
    }

    .about-mahour-container .section-2 .col-12:last-of-type p {
        margin: auto;
    }

    .about-mahour-container .section-2 .col-12:last-of-type .circle1 {
        right: -2%;
    }

    .about-mahour-container .section-3 .col-12:first-of-type {
        width: 100%;
        margin-bottom: 2rem;
    }

    .about-mahour-container .section-3 .col-12:last-of-type .item {
        margin-right: -2.5rem;
    }
}

@media screen and (max-width: 768px) {
    .about-mahour-container .section-1 {
        grid-template-columns: repeat(1, 1fr);
    }

    .about-mahour-container .section-1 .item img {
        right: 35%;
    }

    .about-mahour-container .section-2 .video {
        width: 95%;
    }

    .about-mahour-container .section-2 .video .about-mahour-video-container {
        height: auto;
    }

    .about-mahour-container .section-2 .video .rec1 {
        width: 8rem;
        right: 4%;
        bottom: -3%;
    }

    .about-mahour-container .section-2 .video .rec2 {
        width: 5.5rem;
        top: -4%;
        left: 4%;
    }
}

@media screen and (max-width: 480px) {
    .about-mahour-container .section-1 .item img {
        right: 24%;
    }

    .about-mahour-container .section-2 .video {
        width: 100%;
    }

    .about-mahour-container .section-2 .video .rec1 {
        width: 5.5rem;
        right: 4%;
        bottom: -3%;
    }

    .about-mahour-container .section-2 .video .rec2 {
        width: 4rem;
        top: -4%;
        left: 4%;
    }

    .about-mahour-container .section-2 .video #about-mahour-play-btn {
        width: 45px;
        height: 45px;
        top: 40%;
        left: 43%;
    }

    .about-mahour-container .section-2 .video #about-mahour-play-btn i {
        font-size: 18px;
    }

    .about-mahour-container .section-2 .col-12:last-of-type .circle1 {
        right: -2%;
        width: 1rem;
    }

    .about-mahour-container .section-2 .col-12:last-of-type .circle2 {
        width: 2rem;
    }

    .about-mahour-container .section-3 .col-12:first-of-type .shape1 {
        width: 4rem;
    }

    .about-mahour-container .section-3 .col-12:last-of-type .item p {
        font-size: 14px;
        line-height: 2rem;
    }

    .about-mahour-container .section-3 .col-12:last-of-type .shape2 {
        width: 4rem;
    }
}