.tiltedSwiper .swiper-slide {
    text-align: center;
    transform: rotate(var(--angle));
    transition: 0.4s ease;
}

.tiltedSwiper img {
    width: 240px;
    height: 240px;
    object-fit: cover;
    border-radius: 18px;
    margin-bottom: 10px;
}

.tiltedSwiper p {
    font-size: 15px;
    font-weight: 600;
    color: #777;
    letter-spacing: 1px;
}
