/*----------ERROR----------------*/

.error-nav.collapse-nav a {
    color: #000;
}

.error-nav.collapse-nav a:hover {
    color: #000;
}

.error-page {
    background-color: #ffffff;
}

.error-page .container .error-main {
    display: flex;
    padding-top: 150px;
    padding-bottom: 60px;
}

.error-page .container .error-main .sec-1 {
    width: 50%;
}

.error-page .container .error-main .sec-1 img {
    width: 100%;
    height: auto;
}

.error-page .container .error-main .sec-2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.error-page .container .error-main .sec-2 h2 {
    font-size: 80px;
    line-height: 86px;
    font-weight: 800;
    color: #0c7dce;
    text-align: center;
    margin-bottom: 20px;
}

.error-page .container .error-main .sec-2 p {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 0;
    text-align: center;
    color: #666;
}

@media(max-width:767px) {
    .error-page .container .error-main {
        flex-direction: column;
        padding-top: 105px;
        padding-bottom: 30px;
    }

    .error-page .container .error-main .sec-1 {
        width: 100%;
    }

    .error-page .container .error-main .sec-2 {
        margin-top: 20px;
    }

    .error-page .container .error-main .sec-1 img {
        width: 75%;
        height: auto;
        margin: 0 auto;
        display: block;
    }

    .error-page .container .error-main .sec-2 h2 {
        font-size: 60px;
        line-height: 66px;
        margin-bottom: 15px;
    }

    .error-page .container .error-main .sec-2 p {
        font-size: 18px;
        line-height: 24px;
    }
}
