.block-redarea {
    font-size: 26px;
    font-weight: 500;
    padding: 30px 40px 30px;
}
.block-redarea .small {
    font-size: 15px;
    padding: 0;
    margin: 0;
    font-weight: 400;
}

@media only screen and (max-width : 1365px) {

}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
    .block-redarea {
        font-size: 22px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

}

@media only screen and (max-width : 575px) {

}