h1.h2-slider {
    color: #fff;
    font-weight: 600;
    font-size: 100px;
    line-height: 1;
    margin-bottom: 60px;
}

@media screen and (max-width: 575px) {
    h1.h2-slider {
        font-size: 50px;
    }
}