@charset "UTF-8";
/* CSS Document */


.blockslider {
    height: clamp(15.625rem, 10.4261rem + 33.2728vw, 50rem);
}
.blockslider-text-inner {
    padding: 10px;
    padding-left: 20px;
    padding-right: 30px;
    font-size: clamp(1.063rem, 0.3778rem + 3.0455vw, 4rem);
    background-color: #FECB00;
    margin-bottom: 15px;
}
.blockslider-text-inner span:last-child {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
.slider-text:last-child {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
.blockslider img {
    filter: brightness(80%);
}
@media only screen and (max-width: 959px) {
    .blockslider {
        height: auto;
    }
    .blockslider-text-inner {
        margin-bottom: 5px;
    }
    .slider-text:last-child {
        margin-bottom: 22px !important;
    }
}