img {
    max-width: 100%;
}

.about-page .first-sec {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 45px;
}

.about-page .first-sec .image-1 {
    width: 117px;
    height: 162px;
    background-image: url(../images/about-page/image-1.svg);
    background-position: center;
    background-repeat: no-repeat;
    padding: 8px;
}

.about-page .first-sec .image-1 img {
    border-radius: 50px 0 50px 0;
}

.about-page .first-sec .image-2 img {
    border-radius: 0 50px 0 50px;
}

.about-page .first-sec .image-2 {
    position: relative;
}

.about-page .first-sec .image-2:after {
    content: "";
    position: absolute;
    top: -35px;
    left: 8px;
    width: 50px;
    height: 34px;
    border: 3px solid #F14A25;
    border-radius: 11px 11px 11px 0;
}

.about-page .first-sec .image-3 img {
    border-radius: 0 50px 0 50px;
}

.about-page .first-sec .image-5 img {
    border-radius: 50px 0 50px 0;
}

.about-page .image img {
    height: 100%;
    object-fit: cover;
}

.mission-sec .image img {
    height: 100%;
    object-fit: cover;
    margin-right: 100px;
}

.about-page .first-sec .image-2 {
    width: 202px;
    height: 158px;
    background-image: url(../images/about-page/image-2.svg);
    background-position: center;
    background-repeat: no-repeat;
    padding: 8px;
}

.about-page .first-sec .image-3 {
    width: 276px;
    height: 187px;
    background-image: url(../images/about-page/image-3.svg);
    background-position: center;
    background-repeat: no-repeat;
    padding: 7px;
}

.about-page .first-sec .image-center {
    width: 193px;
    height: 187px;
}

.about-page .first-sec .image-center img {
    width: 100%;
    margin: -24px 0;
    object-fit: contain;
}

.about-page .first-sec .image-5 {
    position: relative;
    width: 278px;
    height: 187px;
    background: url(../images/about-page/image-4.svg) center no-repeat;
    padding: 8px;
}

.about-page .first-sec .image-5:after {
    content: "";
    position: absolute;
    bottom: -35px;
    left: 8px;
    width: 50px;
    height: 34px;
    border: 3px solid #0031A2;
    border-radius: 0 11px 11px 11px;
}

.about-page .first-sec .image-6 img {
    border-radius: 50px 0 50px 0;
}

.about-page .first-sec .image-6 {
    width: 185px;
    height: 174px;
    background-image: url(../images/about-page/image-5.svg);
    background-position: center;
    background-repeat: no-repeat;
    padding: 8px;
}

.about-page .first-sec .image-7 {
    width: 116px;
    height: 158px;
    padding: 8px;
    background-image: url(../images/about-page/image-6.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.about-page .first-sec .image-7 img {
    border-radius: 0 50px 0 50px;

}

.about-page .story-sec {
    background: url(../images/about-page/bg-sec.svg) center no-repeat;
    padding: 6rem 248px;
    text-align: center;
    line-height: 24px;
    position: relative;
}

.about-page .story-sec .title {
    font-size: 20px;
    font-weight: 700;
    color: #333333;
}

.about-page .story-sec p {
    font-size: 14px;
    font-weight: 400;
    color: #4F4F4F;
}

.about-page .story-sec a {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
}

.about-page .our-service {
    padding: 1rem 0;
}

.about-page .our-service .image {
    height: 222px;
    width: 100%;
    text-align: center;
}

.about-page .our-service .content {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    height: 100%;

}

.about-page .our-service .content .title {
    color: #333333;
    font-weight: 700;
    line-height: 32.2px;
}

.about-page .our-service .content p {
    color: #4F4F4F;
    font-weight: 400;
    line-height: 24px;
    padding-left: 10rem;
    text-align: justify;
}

.about-page .gap-item {
    gap: 16px;
}

.about-page .our-service .box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 277px;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid #E5F2E8;
    text-align: center;
}

.about-page .our-service .box {
    margin-top: 44px;
}

.about-page .our-service .box h3 {
    color: #4F4F4F;
    font-weight: 700;
    font-size: 16px;
    line-height: 24.8px;
    margin: 18px 0;
}

.about-page .our-service .box p {
    color: #4F4F4F;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}

.about-page .our-service .box .image {
    width: 174.38px;
    height: 65px;
}

.about-page .our-service .image img {
    width: 100%;
    object-fit: cover;
    margin-bottom: 44px;
}

.about-page .our-service .box .image img {
    object-fit: contain;
}

.about-page .how-service-sec {
    text-align: center;
    padding: 20px 25rem;
}

.about-page .how-service-sec .title {
    color: #333333;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
}

.about-page .how-service-sec p {
    color: #4F4F4F;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.about-page .social-media-sec .content {
    border: 1px solid #E91A5D;
    background: url(../images/about-page/mk8.svg) left no-repeat;
    border-radius: 12px;
    box-shadow: 0 10px 30px 0 #EC2D5A1A;
    padding: 20px;
}

.about-page .social-media-sec .content .text h3 {
    color: #333333;
    font-size: 24px;
    line-height: 37px;
    font-weight: 700;
    margin: 0 0 16px;
}

.about-page .social-media-sec .content .text p {
    color: #4F4F4F;
    font-size: 14px;
    margin: 0;
}

.about-page .social-media-sec .social-media {
    display: flex;
    gap: 10px;
}

.about-page .social-media-sec .social-media a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    background: linear-gradient(180deg, #EF2D5A 0%, #DC2F57 100%);
    box-shadow: 0px 4px 20px 0px #E3404D33;
    border-radius: 8px;
}

.about-page .social-media-sec a span {
    display: flex;
    align-items: center;
}

.about-page .social-media-sec a {
    border-radius: 8px;
    padding: 5px 10px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
}

.about-page .social-media-sec .zoomg {
    background: linear-gradient(180deg, #EF2D5A 0%, #DC2F57 100%);
}

.about-page .social-media-sec .zoomit {
    background: linear-gradient(180deg, #E01E2E 0%, #A72C35 100%);
}

.about-page .social-media-sec .aparat {
    background: linear-gradient(180deg, #ED145B 0%, #CE3B6B 100%);
    box-shadow: 0 4px 20px 0 #EA185D33;
}

.about-page .social-media-sec .VIGIATO {
    background: linear-gradient(180deg, #E73A48 0%, #BC444D 100%);
    box-shadow: 0 4px 20px 0 #E3404D33;
}

.social-media-sec {
    padding-top: 56px;
}

.about-page .mission-sec {
    padding: 3rem 20rem;
    text-align: center;
}

.about-page .mission-sec .title {
    color: #333333;
    font-size: 24px;
    line-height: 37.2px;
    font-weight: 700;
    margin: 0 0 16px;
}

.about-page .mission-sec p {
    color: #4F4F4F;
    font-size: 14px;
    line-height: 24px;
}

.about-page .experience-sec {
    background: url(../images/about-page/bg-sec.png) top no-repeat;
    text-align: center;
    color: #fff;
    position: relative;
    background-size: contain;
}

.about-page .experience-sec .content .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 37.2px;
    text-align: center;
    padding-top: 40px;
}

.about-page .experience-sec .content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    padding-block: 14px 40px;
}

.about-page .swiper-comment {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    /*position: relative;*/
}


.swiper-slide {
    /*width: 38% !important;*/
}

.about-page .swiper-comment .box {
    background: #fff;
    color: #4F4F4F;
    text-align: start;
    box-shadow: 0 0 20px 0 #5959590A;
    padding: 20px 16px;
    border-radius: 12px;
    position: relative;
    height: 190px;
    border: 1px solid #E5F2E8;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.about-page .swiper-comment .box p {
    line-height: 24px;
    font-size: 14px;
    color: #4F4F4F;
    margin: 0 0 16px;
}

.about-page .swiper-comment .box h5{
    margin: 0;
}

.about-page .box-before,
.about-page .box-after {
    width: 233px;
    background: #fff;
    color: #4F4F4F;
    text-align: start;
    height: 185px;
    box-shadow: 0 0 20px 0 #5959590A;
    padding: 10px;
    border-radius: 12px;
    position: relative;
    margin-top: 3rem;
}

.about-page .swiper-comment .box:nth-child(even):after {
    transform: rotate(33deg);
    border-radius: 17px 144px 0 0;
    left: 20px;
    right: unset;
}

.swiper-comment .swiper-slide-duplicate-prev {
    transform: scale(0.9) translateX(31px);
}

.swiper-comment .swiper-slide-prev {
    transform: scale(0.9) translateX(-31px);
}

.swiper-comment-buttons {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: center;
    margin-top: 42px;
    gap: 8px;
}

.about-page .swiper-comment {

    width: 100%;
}

.about-page .swiper-comment .swiper-button-next,
.about-page .swiper-comment .swiper-button-prev,
.about-page .swiper-comment .swiper-button-next {
    background-image: none !important;
    background: #F5F5F5;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.about-page .swiper-comment .swiper-button-next,
.about-page .swiper-comment .swiper-button-next {
    left: 46.5%;
}

.about-page .swiper-comment .swiper-button-prev,
.about-page .swiper-comment .swiper-button-prev {
    right: 46.5%;
}

.about-page .swiper-comment .swiper-button-next,
.about-page .swiper-comment .swiper-button-prev {
    bottom: 15%;
    top: unset;
}


.experience-sec .btn {
    display: flex;
    justify-content: center;
    margin-top: 6rem;
}

.experience-sec .btn a {
    display: flex;
    align-items: center;
    border: 1px solid #0031A2;
    box-shadow: 0 4px 16px 0 #0031A214;
    color: #0031A2;
    border-radius: 8px;
    padding: 8px 12px;
    font-weight: 700;
    font-size: 14px;
}

.about-page .licenses-sec {
    text-align: center;
    padding: 3rem 0;
}

.about-page .licenses-sec .content .title {
    color: #333333;
    font-size: 24px;
    font-weight: 700;
    line-height: 37.2px;
    margin: 0 0 16px;
}

.about-page .licenses-sec .content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #4F4F4F;
    padding-block: 0;
    margin: 0 0 20px;
}

.swiper-comment-buttons .swiper-button-next,
.swiper-comment-buttons .swiper-button-prev {
    background-image: none !important;
    background: #F5F5F5;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    right: auto;
}

/*res about page*/
@media (max-width: 1399.98px) {
}

@media (max-width: 1200px) {
}

@media (max-width: 992px) {
    .about-page .experience-sec {
        background-size: auto !important;
    }

    .swiper-comment .swiper-slide-prev, .swiper-comment .swiper-slide-duplicate-prev {
        transform: unset !important;
    }

    .about-page .story-sec {
        padding: 5rem 100px;
    }

    .about-page .image-1,
    .about-page .image-2,
    .about-page .image-7,
    .about-page .image-6 {
        display: none;
    }

    .about-page .our-service .content p {
        padding-left: 1rem;
    }

    .about-page .how-service-sec {
        padding: 2rem 0;
    }

    .about-page .mission-sec {
        padding: 2rem 0;
    }
}

@media (max-width: 720px) {
    .about-page .story-sec {
        padding: 2rem 0;
    }

    .about-page .our-service .content p {
        padding: 0;
    }

    .about-page .our-service .image {
        height: 100%;
        width: 100%;
    }

    .about-page .how-service-sec {
        padding: 20px 0;
    }

    .about-page .mission-sec {
        padding: 30px 10px;
    }

    .about-page .image-1,
    .about-page .image-2,
    .about-page .image-3,
    .about-page .image-7,
    .about-page .image-5,
    .about-page .image-6 {
        display: none;
    }

    .about-page .first-sec .image-center img {
        object-fit: contain;
    }

    .about-page .story-sec a {
        bottom: -15px;
    }

    .about-page .social-media-sec .content {
        flex-direction: column;
        padding-inline: 0;
        gap: 15px;
    }

    .about-page .social-media-sec .content .text {
        text-align: center;
    }

    .about-page .social-media-sec .social-media {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .about-page .social-media-sec .content .text p {
        padding: 5px 0;
    }

    .about-page .story-sec {
        background: url(../images/about-page/bg-sec-res.svg) center no-repeat;
    }

    .about-page .our-service .content {
        padding: 2rem 0;
    }

    .about-page .social-media-sec .content {
        background: url(../images/about-page/Vector.svg) no-repeat;
    }

    .about-page .swiper-comment .swiper-button-next,
    .about-page .swiper-comment .swiper-button-prev {
        bottom: 11%;
    }

    .about-page .swiper-comment .swiper-button-next,
    .about-page .swiper-comment .swiper-button-next {
        left: 32.5%;
    }

    .about-page .swiper-comment .swiper-button-prev,
    .about-page .swiper-comment .swiper-button-prev {
        right: 32.5%;
    }

    .about-page .box-before,
    .about-page .box-after {
        display: none;
    }

    .about-page .swiper-comment .box {
        height: 100%;
    }

    .about-page .our-service .box {
        margin-top: 16px;
    }
}

@media (max-width: 576px) {
}

@media (max-width: 400px) {
}