#ErrorContentWrap{
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
    justify-content: center;
}
#ErrorContentWrap img{
    max-width: 100%;
    width: 317px;
}

#ErrorContentWrap > img{
    max-width: 100%;
    width: 317px;
}
#ErrorContentWrap > h5{
    font-family: var(--font-poppins);
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.15px;
    color: #263238;
}

#ErrorContentWrap > p{
    font-family: var(--font-poppins);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.25px;
    color: #263238;
    margin-top: -25px;
}
#ErrorContentWrap > a.btn{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 13.39px;
    gap: 8.19px;
    width: 241px;
    height: 53px;
}
#ErrorContentWrap > a:not(.btn){
    font-family: var(--font-poppins);
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.25px;
    text-decoration-line: underline;
    color: var(--primary-color);
    margin-top: -25px;
}

