.section-hero {
    overflow: hidden;
    margin: 0;
    padding: 0;
    background-color: #f5f5f5;
}


.hero-block {
    position: relative;
    min-height: 260px;
    padding-left: 25px;
    padding-right: 25px;
}

.hero-block .hero-banner-figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}

.hero-block .hero-banner-figure .hero-banner-media {
    pointer-events: none;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.hero-block .hero-title {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1;
}

.hero-block .hero-subtitle {
    opacity: 0.8;
    max-width: 170px;
    margin: 0 0 5px;
    font-size: 12px;
    line-height: 16px;
}

.swiper-hero .swiper-hero-button-prev,
.swiper-hero .swiper-hero-button-next {
    transform: translate(0);
    color: #ffda3f;
    fill: #ffda3f;
}

.swiper-hero .swiper-hero-button-prev {
    left: 0;
}

.swiper-hero .swiper-hero-button-next {
    right: 0;
}

.swiper-hero .swiper-hero-pagination {
    position: absolute;
    bottom: 18px;
}

@media (min-width: 0) and (max-width: 767px) {
    .hero-block .hero-cta {
        padding: 0;
        border: none;
        background: none;
        color: #0072f9;
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
        text-decoration: none;
    }

    .hero-block .hero-cta:hover {
        background: none;
        color: #0072f9;
        text-decoration: none;
    }
}

@media (min-width: 768px) {
    .hero-block {
        min-height: 260px;
    }

    .hero-block .hero-typography-container {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .hero-block .hero-title {
        font-size: 30px;
    }

    .hero-block .hero-subtitle {
        opacity: 1;
        max-width: none;
        margin: 0 0 30px;
        font-size: 18px;
        line-height: 24px;
    }
}

@media (min-width: 1200px) {
    .hero-block {
        min-height: 360px;
    }

    .hero-block .hero-title {
        margin: 0 0 15px;
        font-size: 45px;
        line-height: normal;
    }
}