.special-offers swiper-container {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.special-offers swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 300px;
}

.special-offers swiper-slide img {
    display: block;
    width: 100%;
}

.testimonials swiper-container {
    width: 100%;
    height: 100%;
}

.testimonials swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonials swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
