.p-error {
    background: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 1.11111rem 0;
    box-sizing: border-box;
    text-align: center;
}

.p-error .container{
    text-align: center;
}

.p-error__img{
    margin-bottom: 1.11111rem;
    max-width: 100%;
    display: inline-block;
}

.p-error__title{
    font-weight: 500;
    font-size: 2.16667rem;
    color: #A6A6A6;
    margin-bottom: 1.11111rem;
}

.p-error .button{
    margin-top: 1.11111rem;
}

.p-error__logo{
    display: block;
    margin: 5.55556rem auto 0;
    text-align: center;
    height: 50px;
}