/* Add custom CSS styles below */
@media (max-width: 768px) {
    .s-block--slider-items .swiper .swiper-pagination {
        bottom: 10px;
    }

    .slider-content {
        justify-content: end;
        padding-bottom: 34px !important;
        color: #fff;
        background: linear-gradient(0deg, #0000007a -80%, transparent);
    }

    .slider-content h2 {
        color: currentColor;
        margin-bottom: 6px;
    }

    .slider-content p {
        color: currentColor;
    }

    .slider-content a {
        margin-top: 10px;
        color: currentColor;
    }

}