.error-404 {
    display: flex;
    background: #060620;
    background-image: url(/wp-content/themes/wow-solutions/assets/img/bg-ceo.png);
    background-size: cover;
    padding: 50px;
    height: 86dvh;
}

.error-404-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 56px;
}

.error-animate {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 14px;
}

.error_404_text_block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    align-self: stretch;
}

.error_404_text {
    align-self: stretch;
    color: #C5FDFF;
    text-align: center;
    font-family: 'Play', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-transform: capitalize;
}

@media only screen and (max-width: 1200px) {
    .error-404 {
        height: 85dvh;
    }

    .error-animate svg {
        width: 91.509px;
        height: 101.668px;
    }

    .error_404_text {
        font-size: 20px;
    }
}