@media (max-width: 500px) {
    salla-slider .slide--one-sixth {
        width: 22%;
    }

    img.lazy.object-cover.mx-auto.w-40.h-40.rounded-full.group-hover\:scale-110.duration-400.loaded {
        height: 70px;
    }

    section.s-block.s-block--circle-links.force-center.s-block--animate.circle-links-1 {
        margin: 0;
    }

    .s-block--enhanced-features__item:nth-child(3) {
        grid-column: span 2 / span 2;
    }
}

@media (min-width: 500px) {
    .s-block--enhanced-features__item:nth-child(1),.s-block--enhanced-features__item:nth-child(2) , .s-block--enhanced-features__item:nth-child(3) {
        display: none;
    }
}

@media (max-width: 500px) {
    .s-block--enhanced-features__item:nth-child(1),.s-block--enhanced-features__item:nth-child(2) {
        display: none;
    }
}