.why-choose {
    box-sizing: border-box;
    width: 100%;
    padding: 56px 20px;
    background: #fff;
    color: #121826;
    font-family: "Manrope", arial, sans-serif;
}

.why-choose *,
.why-choose *::before,
.why-choose *::after {
    box-sizing: inherit;
}

.why-choose__inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 75px 64px 110px;
    border: 1px solid #edf0f4;
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 3px 6px rgba(17, 24, 39, 0.07);
}

.why-choose__title {
    color: #292727;
    font-size: 40px;
    font-weight: 800;
    line-height: 1.18;
    text-align: center;
}

.why-choose__items {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 74px 96px;
    margin-top: 74px;
}

.why-choose__slide {
    min-width: 0;
}

.why-choose__item {
    display: grid;
    grid-template-columns: 80px minmax(0, 1fr);
    gap: 24px;
    align-items: start;
}

.why-choose__icon {
    display: block;
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.why-choose__item-title {
    color: #101828;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
}

.why-choose__text {
    margin-top: 14px;
    color: #4A5565;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.55;
}

.why-choose__button {
    display: flex;
    width: max-content;
    min-width: 243px;
    min-height: 56px;
    align-items: center;
    justify-content: center;
    margin: 50px auto 0;
    padding: 14px 24px;
    border-radius: 10px;
    background: #f23d58;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.why-choose__button:hover {
    background: #de2f49;
    transform: translateY(-1px);
}

@media (max-width: 1199px) {
    .why-choose__inner {
        padding-right: 42px;
        padding-left: 42px;
    }

    .why-choose__items {
        gap: 56px 52px;
    }
}

@media (max-width: 991px) {
    .why-choose {
        padding: 44px 16px;
    }

    .why-choose__inner {
        padding: 0 28px 64px;
        border-radius: 30px;
        box-shadow: none;
        border: 0;
    }

    .why-choose__title {
        font-size: 32px;
    }

    .why-choose__items {
        display: block;
        max-width: 560px;
        margin: 42px auto 0;
        padding: 0 34px;
    }

    .why-choose__items .slick-list {
        margin: -18px -17px;
        padding: 18px 17px 26px;
        overflow-x: hidden;
        overflow-y: visible;
    }

    .why-choose__items .slick-track {
        display: flex;
        align-items: stretch;
    }

    .why-choose__items .slick-slide {
        display: flex;
        height: auto;
        padding: 0 17px;
    }

    .why-choose__items .slick-slide > div,
    .why-choose__items .why-choose__slide,
    .why-choose__items .why-choose__item {
        height: 100%;
    }

    .why-choose__item {
        display: flex;
        min-height: 250px;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        padding: 28px 22px;
        border: 1px solid #edf0f4;
        border-radius: 14px;
        background: #fff;
        box-shadow: 0 10px 18px rgba(17, 24, 39, 0.09);
        text-align: center;
    }

    .why-choose__items .slick-arrow {
        position: absolute;
        top: 50%;
        z-index: 2;
        width: 36px;
        height: 36px;
        padding: 0;
        border: 1px solid #edf0f4;
        border-radius: 50%;
        background: #fff;
        box-shadow: 0 8px 16px rgba(17, 24, 39, 0.12);
        color: transparent;
        font-size: 0;
        cursor: pointer;
        transform: translateY(-50%);
    }

    .why-choose__items .slick-arrow::before {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 10px;
        height: 10px;
        border-top: 2px solid #f23d58;
        border-right: 2px solid #f23d58;
        background: none !important;
        content: "";
    }

    .why-choose__items .slick-prev {
        left: 0;
    }

    .why-choose__items .slick-prev::before {
        transform: translate(-35%, -50%) rotate(-135deg);
    }

    .why-choose__items .slick-next {
        right: 0;
    }

    .why-choose__items .slick-next::before {
        transform: translate(-65%, -50%) rotate(45deg);
    }

    .why-choose__button {
        margin-top: 36px;
    }
}

@media (max-width: 767px) {
    .why-choose__inner {
        padding: 0 18px 50px;
    }

    .why-choose__title {
        font-size: 27px;
    }

    .why-choose__items {
        max-width: none;
        padding: 0 24px;
    }

    .why-choose__item-title {
        font-size: 21px;
    }

    .why-choose__text {
        font-size: 16px;
    }

    .why-choose__button {
        width: 100%;
        max-width: 280px;
        min-width: 0;
        font-size: 15px;
    }
}

@media (max-width: 449px) {
    .why-choose {
        padding-right: 12px;
        padding-left: 12px;
    }

    .why-choose__items {
        padding: 0 14px;
    }

    .why-choose__item {
        min-height: 285px;
        padding-right: 18px;
        padding-left: 18px;
    }
}
@media (max-width: 991px) {
    .why-choose__items .slick-slide > div,
    .why-choose__items .why-choose__slide {
        display: flex;
        width: 100%;
    }

    .why-choose__items .why-choose__item {
        width: 100%;
    }
}
@media (max-width: 991px) {
    .why-choose__items .slick-slide,
    .why-choose__items .slick-slide > div,
    .why-choose__items .why-choose__slide {
        display: flex !important;
    }

    .why-choose__items .slick-slide,
    .why-choose__items .slick-slide > div,
    .why-choose__items .why-choose__slide,
    .why-choose__items .why-choose__item {
        height: auto !important;
        min-height: 100%;
    }

    .why-choose__items .why-choose__item {
        align-self: stretch;
    }
}