
.wrapper-slider {
    background-image: url(/wp-content/themes/theme/assets/img/1slider.png);
    background-repeat: no-repeat;
    padding-bottom: 100px;
    background-size: cover;
}	

.first__text p .red_year {
    color: #DD3333;
    text-shadow: 0px 0px 44px rgba(221, 51, 51, 1);
    font-family: Manrope;
    font-weight: 700;
    font-style: Bold;
    font-size: 65px;
    line-height: 100%;
}

.first__text p .first-text-value {
    font-family: Manrope;
    font-weight: 400;
    font-style: Regular;
    font-size: 22.9px;
    line-height: 35px;
    letter-spacing: 0.92px;
    vertical-align: middle;   
}

.bullets-item b {
    text-transform: uppercase;
}

.first {
    padding-bottom: 0px;
    min-height: 52.25vw;
}

@media (max-width: 490px) {
    .wrapper-slider {
        background-image: url(/wp-content/themes/theme/assets/img/Frame_4.png);
    }

    .first__text .first-text-top {
        font-size: 2.75vw;
    }
}