.page-not-found .quantum-header {
    border-bottom: 1px solid #2B5062;
}
.page-not-found .error-page-wrapper .error-code, 
.page-not-found .error-page-wrapper p {
    color: #0063c3;
}
.page-not-found .error-page-wrapper .error-code {
    line-height: 100px;
    margin-bottom: 50px;
    font-family: 'Roboto-Bold';
    text-align: left;
}
.error-page-heading {
    margin-bottom: 15px !important;
    font-size: 32px !important;
    font-family: 'Roboto-Bold';
    line-height: 40px;
    color: #0063c3 !important;
}
.page-not-found .error-page-wrapper p {
    color: #0063C3;
    font-family: 'Roboto-Regular';
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: -0.02em;
    text-align: left;
}
.page-not-found .bullet-list {
    padding-left: 28px;
}
.page-not-found .error-page-wrapper p {
    margin-bottom: 15px;
}
.page-not-found .quantum-button.button-tab {
    font-family: Roboto-Regular;
    max-width: max-content;
    background: #0072ce !important;
    pointer-events: auto;
    border: none;
    padding: 15px 25px !important;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}
.page-not-found .quantum-button.button-tab:hover {
    background: #0063c3 !important;
}
.page-not-found .banner-div {
    padding-bottom: 0;
}
@media (min-width: 768px) {
    .page-not-found .error-page-wrapper {
        margin-top: 60px;
    }
    .page-not-found .component.column-splitter {
        margin-bottom: 0 !important;
    }
    .page-not-found .error-page-wrapper .error-code {
        font-size: 150px;
    }
}
@media (min-width: 1181px) {
    .page-not-found .error-page-wrapper,
    .page-not-found .component.column-splitter {
        padding: 0 15px;
    }
}
@media (max-width: 767px) {
    .page-not-found .error-page-wrapper .error-code {
        font-size: 130px;
    }
}