.http-error h2 {  
font-size: 60px;
font-weight: 700;
line-height: 80px;
padding: 0 0 50px 0;
}

@media (min-width: 1200px) {
    .container:not(.container-bs):not(.container-xl-custom):not(.container-xxl-custom) {
      max-width: 1280px;
    }
}