#resources-slider {
    padding-block: 40px;
}
@media (min-width: 991.8px) {
    #resources-slider {
        padding-block: 100px;
    }
}
#resources-slider .resourceSwiper {
    margin-top: 32px;
}
#resources-slider .resourceSwiper .swiper-wrapper {
    width: 100%;
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
    align-items: stretch;
    /* Ensures all slides take the same height */
}
#resources-slider .resourceSwiper .swiper-slide {
    width: 200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-inline: 10px;
    flex-direction: column;
    height: auto !important;
    /* Override inline styles */
}
@media (min-width: 575.8px) {
    #resources-slider .resourceSwiper .swiper-slide {
        width: 300px;
    }
}
#resources-slider .resourceSwiper .swiper-slide img {
    height: auto;
    max-height: 120px;
    width: auto;
    max-width: 100%;
}
.block-editor-page #resources-slider .resourceSwiper .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
}
