.page-not-found .page-not-found-img {
    width: 100%;
    max-width: 400px;
    height: 164px;
    margin: 48px 0 48px 0;
}

.page-not-found .page-not-found-hdr {
    font-family: Lato;
    font-size: clamp(18px, 4vw, 30px);
    font-weight: 700;
    line-height: 36px;
    text-align: center;
    color: #08202E;
    margin: 0 0 12px 0;
}

.page-not-found .page-not-found-para {
    font-family: Lato;
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    color: #5D6370;
    margin: 0 0 48px 0;
}

.page-not-found .page-not-found-link {
    font-family: Lato;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
    color: #2384C1 !important;
    cursor: pointer;
    margin: 0 0 48px 0;
}

.page-not-found .page-not-found-link-btn {
    font-family: Lato;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
    color: #2384C1 !important;
    cursor: pointer;
    margin: 0 0 48px 0;
    border: unset;
    background: unset;
}

@media screen and (max-width: 576px) {
    .page-not-found .page-not-found-img {
        margin: 25px 0 25px 0;
    }

    .page-not-found .page-not-found-para {
        line-height: 30px;
        margin: 0 0 25px 0;
        font-size: 18px;
    }

    .page-not-found .page-not-found-link {
        font-size: 18px;
        margin: 0 0 25px 0;
    }

}
