.error-page-section{
    padding: 64px 0;
}

.error-page-section h1{
    font-size: 140px;    
    margin-bottom: 15px;
    line-height: 1;
    text-align: center;
    color: #003da5;
    margin-bottom: 0;
}

.error-page-section p.page-not-found{
    font-size: 28px;
    line-height: 1.21;
    margin-bottom: 15px;
    padding-top: 5px;
    text-align: center;
    color: #003da5;
}
.error-page-section h2{
    font-size: 22px;
    /* line-height: 1.3; */
    text-align: center;
    margin-bottom: 48px;
    color: #404041;
}
.error-page-section h2 a{
    color:#003da5;
    text-decoration: underline;
}
.error-page-section h2 a:hover,
.error-page-section h2 a:focus,
.error-page-section h2 a:active{
    text-decoration: none;
}
.message-white-box{
    background-color: #FFF;
    padding: 16px 12px;
    max-width: 425px;
    margin: 0 auto;
    box-shadow: 0 3px 6px rgb(0 0 0 / 0.16);
}
.message-white-box .white-box-inner{
    border: 1px solid #7e868c;
    position: relative;
    /* padding: 25px 15px 50px 25px; */
    padding: 24px 16px 48px 36px;
}
.message-white-box .h3{
    color: #404041;
    position: absolute;
    top: -11px;
    left: 5px;
    background: #FFF;
    padding: 0 5px;
    line-height: 1.21;
}
.message-white-box p{
    font-size: 14px;
    color: #404041;
    font-style: italic;
    display: inline;
    position: relative;
}
.message-white-box p::before{
    content: '';
    position: absolute;
    font-size: 28px;
    color: #404041;
    line-height: 0;
    height: 24px;
    width: 24px;
    background-image: url('../img/icon-left-quote.svg');
    background-position: center;
    background-size: 18px 18px;
    background-repeat: no-repeat;
    top: -9px;
    left: -27px;
}
/* .message-white-box p::after{
    content: '"';
    position: absolute;
    font-size: 28px;
    color: #404041;
    line-height: 0;
} */
/* .message-white-box p::before{
    top: 9px;
    left: -15px;
} */
/* .message-white-box p::after{
    bottom: 7px;
    right: -8px;
} */
.message-white-box .bottom-text{
    font-size: 11px;
    color: #404041;
    background: #fff;
    position: absolute;
    left: 5px;
    /* right: 5px; */
    bottom: -6px;
    padding: 0 5px;
    line-height: 1.21;
}

@media(max-width:991px){
    .error-page-section h1{
        font-size: 120px;
    }
    .error-page-section p.page-not-found{
        font-size: 24px;
    }
}
@media(max-width:767px){
    .error-page-section{
        padding: 35px 0;
    }
    .error-page-section h1{
        font-size: 100px;
    }
    .error-page-section p.page-not-found{
        font-size: 20px;
        padding-top: 0;
        margin-bottom: 10px;
    }
    .error-page-section h2{
        font-size: 18px;
        margin-bottom: 30px;
    }
}
@media(max-width:375px){
    .error-page-section h1{
        font-size: 80px;
    }
    .error-page-section p.page-not-found{
        font-size: 16px;
    }
    .error-page-section h2{
        font-size: 16px;
    }
    .message-white-box .bottom-text{
        /* left: 0; */
        right: 5px;
    }
}