.error-img {
    width: 300px;
}

.error-title {
    font-size: 230px;
    font-weight: 900;
    margin-block-start: 0;
    margin-block-end: 0;
    line-height: 1;
    letter-spacing: 14px;
}

.error-rotate {
    display: inline-block;
    transform: rotate(12deg);
}

.error-subtitle {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 24px;
}

.error-description-wrapper {
    width: 386px;
    margin-bottom: 24px;
    padding: 0 8px;
}

.error-description {
    text-align: center;
    color: rgba(0, 0, 0, 0.56);
}

@media (max-width: 540px) {
    .error-img {
        width: 154px;
    }
    
    .error-title {
        font-size: 120px;
    }
    
    .error-description-wrapper {
        width: 270px;
    }
}

@media(min-width: 541px) and (max-width: 767px) {
    .error-title {
        font-size: 200px;
    }
}
