section.error-dialog {
    background: #fff;
    padding: 80px 0;
}
.erd-inr {
    background: #ffe7e7;
    padding: 50px;
    text-align: center;
    box-shadow: 0 0 20px #00000020;
}
.erdi-img img {
    max-width: 200px;
}
.erdi-con p {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 4px;
    color: #4a4a4a;
}
.erdi-con{
    margin: 40px 0;
}
.error-mbtn {
    display: inline-block;
    background: #c30000;
    color: #fff;
    padding-inline: 30px;
    line-height: 50px;
    font-size: 18px;
    font-weight: 600;
    border: 2px solid #c30000;
}
.error-mbtn:hover {
    background: transparent;
    color: #c30000;
}
a{
    text-decoration: none !important;
}
.p-red{
    color: #c30000 !important;
}
@media(max-width:575px){
    section.error-dialog {
        padding: 50px 0;
    }   
    .erdi-img img {
        max-width: 120px;
    }
    .erdi-con p {
        font-size: 16px;
    }
    .erd-inr {
        padding: 30px 20px;
    }
    .erdi-con {
        margin: 30px 0;
    }
    .error-mbtn {
        padding-inline: 20px;
        line-height: 40px;
        font-size: 15px;
    }
}