.error-h{
    margin-bottom: 6%;
}
.error-h figure{
    width: 76%;
    margin: 1% auto;
}
.error-h figure img{
    width: 100%;
    display: block;
}
.error-h p{
    text-align: center;
    font-size: 26px;
    line-height:76px;
    letter-spacing: 2px;
    color: #a3a7b1;
}
.error-h p strong{
    display: block;
    font-weight: bold;
    font-size: 40px;
    line-height: 60px;
    color: #7d8493;
}

.error-h a{
    font-size:20px;
    line-height: 32px;
    padding: 6px 20px;
    border-radius: 30px;
    margin-right: 2%;
    letter-spacing: 1px;
    font-weight: bold;
    color: #111;
    background-color: #e4e4e4;
}
.error-h a:nth-of-type(1){
    margin-left: calc(49% - 120px);
}
.error-h a:hover{
    color: #fff;
    background-color: #245695;
}




@media screen and (max-width:1200px){
    .error-h p {
        font-size: 20px;
        line-height: 50px;
    }
    .error-h p strong {
        font-size: 32px;
        line-height: 40px;
    }
    .error-h a {
        font-size: 18px;
        line-height: 32px;
    }




}
@media screen and (max-width:992px){
    .error-h p strong {
        font-size: 26px;
        line-height: 40px;
    }
    .error-h p {
        font-size: 16px;
        line-height: 40px;
    }
}



@media screen and (max-width:768px){
    .error-h figure{
        width: 100%;
    }
}
@media screen and (max-width:560px){
    .error-h{
        margin-bottom: 30px;
    }
    .error-h p {
        font-size: 12px;
        line-height: 32px;
    }
    .error-h a {
        font-size: 16px;
        line-height: 32px;
    }
}
@media screen and (max-width:560px){
    .error-h p strong {
        font-size: 20px;
        line-height: 40px;
    }
}

