section:nth-child(1 of .jo-hero-section) .my-slide img {
    display: none;
}
.jo-hero-section .subtext {
    font-size: 30px;
}
.jo-hero-section .block-title {
    font-weight: normal;
}
.jo-hero-section .swiper-slide-active .text-container {
    max-width: 500px;
}
section:nth-child(2 of .jo-hero-section) .swiper-slide-active .text-container {
    max-width: 400px;
}
@media (max-width: 576px) {
    section:nth-child(1 of .jo-hero-section) .my-slide > div:first-child {
        height: 140px;
    }
    .jo-hero-section a {
        text-align: center !important;
    }
    .jo-hero-section .subtext {
        font-size: 20px;
        font-weight: bold;
        color: #222;
    }
    .jo-hero-section .text-container {
        align-items: center !important;
    }
    .jo-hero-section .my-slide {
        padding-bottom: 0;
    }
    .jo-hero-section .my-slide > div:last-child {
        background-image: linear-gradient(0deg, #ffffffaa, transparent) !important;
        padding-bottom: 5%;
    }
}

/* cats */
.jo-categories .swiper-wrapper{
    justify-content: center;
}