.http-error h2 {
    font-size: 120px;
}
@media (max-width: 575px) {
    .http-error h2 {
        font-size: 85px !important;
    }
}
