.slideshow-slide__text{
    max-width: 60rem;
}

@media screen and (max-width: 749px) {
    .slideshow-slide__title {
        font-size: var(--heading-size-mobile) !important;
    }
}