.NotFound .heading {
    font-size: calc(24px + 12 * ((100vw - 320px) / 1600));
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.02em;
    color: #123143;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.NotFound .paragraph {
    font-size: calc(18px + 6 * ((100vw - 320px) / 1600));
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #123143;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.NotFound .btn-primary2 {
    background-color: #125a42;
    border-color: #125a42;
    color: white;
}

    .NotFound .btn-primary2:hover a {
        color: white !important;
    }

.NotFound .svg-container {
    position: relative;
}

.NotFound .background-svg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 768px) {
    heading {
        font-size: calc(18px + 6 * ((100vw - 320px) / 1600));
    }
    .paragraph {
        font-size: calc(14px + 4 * ((100vw - 320px) / 1600));
    }
}

@media (max-width: 576px) {
    .NotFound .heading {
        font-size: calc(16px + 4 * ((100vw - 320px) / 1600));
    }

    .NotFound .paragraph {
        font-size: calc(12px + 4 * ((100vw - 320px) / 1600));
    }
}

