.error404 {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
}

.error404 .banner-error {
    height: 240px;
    position: relative;
}

.error404 .banner-error img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.error404 .banner-error .banner-error-text {
    position: absolute;
    bottom: 20px;
    left: 132px;
}

.error404 .banner-error .banner-error-text h1 {
    font-size: 34px;
    font-weight: 600;
    color: var(--c-white);
    letter-spacing: 1.02px;
}

.error404 #col03 {
    width: 515px;
    margin: 0 auto;
    text-align: center;
    padding-block: 40px;
}

.error404 #col03 h2 {
    font-size: 27px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: .27px;
    color: #2d2d2d;
    margin: 0;
    margin-bottom: 20px;
}

.error404 #col03 h2::after {
    display: none;
}

.error404 #col03 .box p {
    font-size: 12px;
    font-weight: 500;
    line-height: 17px;
    text-align: center;
}

.error404 #col03 .contact {
    padding-top: 15px;
}

.error404 #col03 .contact p:first-of-type {
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
    color: #2d2d2d;
}

.error404 #col03 .contact p:last-of-type {
    font-size: 10px;
    font-weight: 600;
    color: var(--c-primary);
}

.error404 #col03 .contact p:last-of-type a {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #2d2d2d;
}

@media (max-width: 1199px) {
    .error404 .banner-error {
        height: 105px;
    }

    .error404 .banner-error .banner-error-text {
        left: 14px;
        bottom: 8px;
    }

    .error404 .banner-error .banner-error-text h1 {
        font-size: 25px;
        letter-spacing: .75px;
    }

    .error404 #col03 {
        width: 100%;
        text-align: left;
        padding: 40px 20px;
    }

    .error404 #col03 h2 {
        font-size: 24px;
        line-height: 32px;
        letter-spacing: .48px;
    }

    .error404 #col03 .box p {
        font-size: 13px;
        line-height: 24px;
        text-align: justify;
    }

    .error404 #col03 .contact p:first-of-type {
        font-size: 20px;
    }

    .error404 #col03 .contact p:last-of-type {
        font-size: 12px;
        line-height: 19px;
    }

    .error404 #col03 .contact p:last-of-type a {
        display: inline;
        font-size: 12px;
    }
}