.error_scanerio_container{
    text-align: center;
    justify-content: center;
    margin-top: 30%;
}
.error_img{
    width: 76px;
    height: 76px;
    margin-bottom: 15px;
}
.error_title{
    text-transform:capitalize;
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: -0.24px;
    color: var(--black);
    margin-bottom: 8px;
}
.error_subtitle{
    font-size: 12px;
    padding: 0 110px;
    line-height: 1.3;
    letter-spacing: 0.24px;
    color: var(--grey-2);
}