.error404 #site-content {
    padding: 0;
}

.error_sec .error_content {
    padding: 80px 0 100px;
    position: relative;
}


.error_sec .error_content .error_content_inner {
    text-align: center;
}

.error_sec .error_content .heading {
    font-size: 50px;
    line-height: 115%;
}

.error_sec .error_content .sub-text .text {
    font-size: 22px;
    line-height: 115%;
    margin-bottom: 20px;
    font-family: Open_Sans_bold;
}

@media (max-width:1440px) {
    .error_sec .error_content {
        padding: 70px 0 90px;
    }
}

@media (max-width:1199px) {
    .error_sec .error_content {
        padding: 60px 0 80px;
    }
}

@media (max-width:767px) {
    .error_sec .error_content .sub-text .text {
        font-size: 20px;
    }
}