.about-us-content {
    padding-bottom: 100px;
}
.about-us-content .col-50 {
    justify-content: center;
}
.about-us-content .h2 {
    margin-bottom: 15px;
}
.about-us-content p {
    max-width: 580px;
    font-size: 16px;
    line-height: 19px;
    color: #777;
}
@media (max-width: 1440px) {
    .about-us-content p {
        max-width: 540px;
    }
}
@media (max-width: 1024px) {
    .about-us-content {
        padding-bottom: 15px;
    }
}
/* Why We - Start */
section.why-we {
    padding-top: 35px;
    padding-bottom: 50px;
}
.why-cards {
    justify-content: center;
}
.why-card {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: calc(100% / 3 - 15px);
    padding: 25px;
    background: #f9f9f9;
    border-radius: 5px;
}
.why-card p {
    font-size: 16px;
    line-height: 20px;
    color: #777;
    max-width: 340px;
}
@media (max-width: 1024px) {
    .why-card {
        width: calc(50% - 8px);
    }
}
@media (max-width: 667px) {
    .why-card {
        width: calc(100% - 0px);
    }
}
/* Why We - End */

/* Etap - Start */
.round-head {
    display: flex;
    width: auto;
    height: fit-content;
    padding: 15px 28px 13px 28px;
    border: 1px solid #dbdbdb;
    border-radius: 100px;
}
.head-box {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: calc((100% - 10px) / 3 * 2);
    margin-left: auto;
}
.swiper-buttons-v2 {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    gap: 16px;
    width: 112px;
    height: 19px;
    z-index: 10;
}
.swiper-buttons-v2 > div {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.swiper-buttons-v2 > div img {
    filter: brightness(10);
    transition: all 0.3s ease;
}
.swiper-buttons-v2 > div:hover img {
    filter: brightness(1);
}
section.etaps {
    padding-top: 50px;
    padding-bottom: 50px;
    background: var(--light-gray);
}
.etaps .head-box .h2 {
    max-width: 581px;
}
.etap-slider {
    width: 100% !important;
    margin-top: 30px;
    overflow: visible !important;
}
.etap-content {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}
.etap-icon {
    display: flex;
    min-width: 20px;
}
.etap-icon img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.etap-text .h3 {
    margin-bottom: 5px;
}
.etap-text p {
    font-size: 16px;
    max-width: 350px;
}
.etaps .swiper-buttons-v2 {
    top: -95px;
    right: 0;
    bottom: initial;
    left: initial;
}
.etaps .swiper-slide > img {
    width: 100%;
}
@media (max-width: 768px) {
    .round-head {
        margin-bottom: 10px;
    }
    .head-box {
        width: 100%;
    }
    section.etaps {
        padding-top: 50px;
        padding-bottom: 100px;
    }
    .etaps .swiper-buttons-v2 {
        top: initial;
        right: initial;
        bottom: -50px;
        left: 0;
    }
    .etaps .swiper-slide > img {
        width: 100%;
        height: 60vw;
    }
}
/* Etap - End */

/* About Images - Start */
.about-images {
    padding-top: 50px;
    padding-bottom: 120px;
}
.about-images picture {
    display: flex;
    width: calc(100% / 2 - 10px);
}
@media (max-width: 1024px) {
    .about-images {
        padding-bottom: 50px;
    }
    .about-images picture {
        display: flex;
        width: calc(100% / 1 - 0px);
    }
}
/* About Images - End */
