.feedbacks {
    border-bottom: 1px solid rgba(196, 193, 193, 0.4);
    padding-block: 70px 35px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    gap: 20px;
}

.feedbacks__title {
    font-style: normal;
    font-weight: 600;
    font-size: 42px;
    line-height: 1.23;
    letter-spacing: 0.1px;
    color: #f5f5dc;
    color: #ffff9a;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .feedbacks__title {
        font-style: normal;
        font-weight: 600;
        font-size: 30px;
        line-height: 1.23;
        letter-spacing: 0.1px;
    }
}

.swiper {
    width: 500px;
    height: 760px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 100px;
}

.swiper-block {
    height: 100%;
}

.swiper .swiper-pagination {
    margin-top: 100%;
}

.swiper .swiper-pagination, .swiper .swiper-pagination span {
    color: #356aaa;
}

@media only screen and (max-width: 768px) {
    .swiper {
        width: 360px;
        padding: 0;
        height: 660px;
    }
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 98%;
}

.swiper-slide > div {
    height: 100%;
    width: 100%;
}

.swiper-slide > div > div {
    height: 100%;
}

.swiper-pagination-bullet {
    background-color: #f5f5dc;
}

@media only screen and (max-width: 768px) {
    .swiper-button-next,
    .swiper-button-prev {
        display: none !important;
    }
}

.swiper-slide img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

/*# sourceMappingURL=feedbacks.css.map */
