.why-us-slider-show-all-btn {
    display: flex;
    justify-content: center;
    align-items: center;

    padding: 12px 28px;
    min-width: 150px;
    min-height: 36px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 50px;
}

.why-us-slider-show-all-btn .btn-inner {
    color: #333333 !important;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    font-family: 'Intro Book', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
}

.why-us-slider-show-all-btn:hover .btn-inner {
    color: #fff !important;
}

.why-us-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 34px 40px;
    gap: 12px;
    background: #F3F5F8;
    border-radius: 18px;
    max-height: inherit;
    height: 100%;
    position: relative;
}


@media (max-width: 768px) {
    .why-us-item {
        padding: 20px;
    }
}

.why-us-slider .swiper {
    overflow: visible;
    min-height: 216px;
}

.why-us-slider .swiper-wrapper {
    align-items: stretch;
    min-height: inherit;
}

.why-us-slider .swiper-slide {
    height: auto;
}

.why-us-item__image {
    max-width: 66px;
    max-height: 66px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.why-us-item__image img {
    max-width: inherit;
    max-height: inherit;
}

.why-us-item__title {
    font-family: 'Intro Bold', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    text-transform: uppercase;
    color: #2A2626;
    margin-bottom: 10px;
    max-width: 280px;
}

@media (max-width: 576px) {
    .why-us-item__title {
        max-width: 100%;
    }
}

.why-us-item__list {
    padding-left: 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.why-us-item__li {
    font-family: 'Intro Book', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #333333;
    list-style: inherit !important;
}

.why-us-item__data {
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: flex-start;
    justify-content: flex-start;
    height: 100%;
}

.why-us-slider-show-all-btn-mobile {
    display: none !important;
    max-width: 100%;
    width: 100%;
}

.why-us-slider-show-all-btn-mobile div,
.why-us-slider-show-all-btn-mobile a {
    max-width: 100%;
    width: 100%;
}

@media (max-width: 768px) {
    .why-us-item__image {
        max-width: 54px;
        max-height: 54px;
    }
    .why-us-item__title {
        font-size: 14px;
        line-height: 120%;
    }
    .why-us-item__li {
        font-size: 14px;
        line-height: 145%;
    }
}

@media (max-width: 576px) {
    .why-us-item__data {
        gap: 14px;
    }
    .why-us-item__title {
        margin-bottom: 6px;
    }
    .why-us-item__list {
        padding-left: 20px;
        gap: 8px;
    }
    .why-us-slider-wrapper .custom-section {
        padding: 20px 0 !important;
    }
    .why-us-slider .swiper {
        min-height: 176px;
    }
}

@media (max-width: 768px) {
    .why-us-slider-show-all-btn-mobile {
        display: flex !important;
    }
    .why-us-slider-show-all-btn-desktop {
        display: none !important;
    }
}
