.unecatef-cross-content__title {
    text-align: left;
    color: #000;
    font-family: 'Montserrat';
    font-size: 42px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;

    margin-bottom: 35px;
}

.unecatef-cross-content__container-slider .swiper-wrapper {
    align-items: stretch;
}

.unecatef-cross-content__container-slider .swiper-wrapper .swiper-slide {
    height: unset;
}

@media (max-width: 767px) {
    .unecatef-cross-content__title {
        font-size: 25px;
        margin-bottom: 25px;
    }
}