.items-container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.-mt-6 {
    margin-top: -28px;
}

@media (min-width: 640px) {
    .-mt-6 {
        margin-top: 0px;
    }
}
.custom-after-effect::after {
    content: ""; 
    opacity: 0.35;
}
@media (min-width: 640px) {
    .custom-after-effect::after {
        opacity: 0.25;
    }
}

.swiper__button--next{
    top: 64px;
}

@media screen and (min-width:576px){
    .swiper__button--next{
        top: 150px;
    }
}