.pmv-error-page-header h1 {
    color: var(--pmv-color-primary);
    text-align: center;
    margin-top: 100px;
    font-weight: 600;
    font-style: normal;
    font-size: 52px;
    font-size: 4rem;
    line-height: 64px;
    line-height: 4.92rem;
    letter-spacing: 0.2px;
    letter-spacing: 0.015rem;
}

.pmv-error-page-img-container {
    text-align: center;
    margin-bottom: 100px;
}

.pmv-error-page-img-container img {
    max-width: 100%;
}

@media screen and (max-width:768px) {
    .pmv-error-page-header h1 {
        color: var(--pmv-color-primary);
        text-align: center;
        margin-top: 100px;
        font-weight: 600;
        font-style: normal;
        font-size: 32px;
        font-size: 2.46rem;
        line-height: 35px;
        line-height: 2.69rem;
        letter-spacing: 0.1px;
        letter-spacing: 0.007rem;
    }
}