.page__wrap.error {
    background: url(../../img/error/page-bg.jpg) center no-repeat;
    background-size: cover;
}

.page__error {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-direction: column;
    text-align: center;
    color: white;
}

.page__error .error__info {
    width: 100%;
    padding: 20px;
}

.page__error h1.error__header {
    font-family: Proxima Nova Black, serif;
    font-weight: bold;
    font-size: 210px;
    border-bottom: 1px solid #c5c5c5;
    color: inherit;
}

.error__description {
    font-size: 20px;
}

.error__description p {
    margin-bottom: 25px;
}

.error__description a {
    color: #ffc219;
}

.error__description .caption {
    font-weight: bold;
    font-size: 22px;
}

@media (max-width: 525px) {
    .page__error h1.error__header {
        font-size: 35vw;
    }
}