.agenda-front-page-slider .flickity-slider .row .col {
    transform: translateY(50px);
    padding-top: 10px;
    padding-bottom: 10px;
}
.agenda-front-page-slider .flickity-slider .row .col .icon-box {
    padding-top: 10px;
    padding-bottom: 10px;
}

.agenda-front-page-slider.agenda-front-page-slider-desktop {
    display: none;
}
.agenda-front-page-slider.agenda-front-page-slider-mobile {
    display: none;
}

.agenda-collection-header-name {
    color: inherit;
}

@media (min-width: 850px) {
    .agenda-front-page-slider.agenda-front-page-slider-desktop {
        display: block;
    }
}

@media (max-width: 849px) {
    .agenda-front-page-slider.agenda-front-page-slider-mobile {
        display: block;
    }
}
