.prokvit-slider {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.prokvit-slider .swiper-slide {
    padding: 60px 20px;
    text-align: center;
    box-sizing: border-box;
}

.prokvit-slider-title {
    font-family: "Arsenal", Helvetica, sans-serif;
    font-weight: 400;
    font-size: 64px;
    line-height: 59px;
    color: #363636;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.prokvit-slider-description {
    font-family: "Arsenal", Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #363636;
    text-align: center;
    max-width: 885px;
    margin: 0 auto 40px auto;
}

.prokvit-slider-button-text {
    width: 264px;
    height: 62px;
    font-family: "Arsenal", Helvetica, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 27px;
    color: #f7f5f1;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 4px;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.prokvit-slider-button-text:hover {
    opacity: 0.9;
}

.swiper-pagination {
    margin-top: 20px;
    text-align: center;
}

/* Мобільна версія */
@media (max-width: 767px) {
    .prokvit-slider .swiper-slide {
        padding: 40px 10px;
    }

    .prokvit-slider-title {
        font-family: "Arsenal", Helvetica, sans-serif;
        font-weight: 400;
        color: #363636;
        font-size: 30px;
        text-align: center;
        letter-spacing: 0;
        line-height: 34px;
        margin-bottom: 20px;
        text-transform: uppercase;
    }

    .prokvit-slider-description {
        font-family: "Arsenal", Helvetica, sans-serif;
        font-weight: 400;
        color: #363636;
        font-size: 12px;
        text-align: center;
        line-height: 20px;
        max-width: 100%;
        margin: 0 auto 30px auto;
    }

    .prokvit-slider-button-text {
        width: 230px;
        height: 50px;
        font-family: "Arsenal", Helvetica, sans-serif;
        font-weight: 400;
        color: #f7f5f1;
        font-size: 16px;
        text-align: center;
        line-height: 27px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        border-radius: 4px;
        text-decoration: none;
    }
}
