@media only screen and (min-width: 769px) {
    .error-page .error {
        height: auto
    }

    .error-page .error {
        margin-bottom: 95px;
    }
}

.error-page .error .image {
    width: 200px;
    height: 193px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    margin-right: 60px;
}

.escort-list-title {
    color: #212121;
    font-size: 18px;
    font-weight: 600;
}

@media only screen and (max-width: 768px) {
    .error-page .error .image {
        width: 145px;
        height: 140px;
        margin-right: 0px;
    }

    .escort-list-title {
        padding: 35px 0 0 0;
    }
}

@media only screen and (max-width: 768px) {
    .error-page .error .info {
        text-align: center;
    }
}

.error-page .error .info h1, .error-page .error .info h2 {
    font-weight: 600;
}

.error-page .error .info h1 {
    font-size: 36px;
    line-height: 38px;
    color: #b4834f;
}

.error-page .error .info h2 {
    font-size: 24px;
    line-height: 26px;
    color: #858585;
}

.error-page .error .info p {
    font-size: 14px;
}

.not-found-image-content {
    margin-right: 25px;
}
.not-found-text-content {
    color: #212121;
}
.not-found-text-content h1{
    font-size: 46px;
    line-height: 100%;
}
.not-found-text-content p{
    font-size: 26px;
    line-height: 34px;
}
.not-found-other-content {
    margin-top: 40px;
}
.back_to_home_page_btn {
    background: #4477ED;
    width: 275px;
    height: 50px;
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
}
.back_to_home_page_btn:hover {
    color: white!important;
}
.not-found-other-text-content {
    margin-top: 40px;
}
.not-found-other-text-content p{
    font-size: 26px;
    color: #212121;
}


@media only screen and (max-width: 768px) {
    .not-found-image-content {
        margin-right: 10px;
    }
    .not-found-image-content img{
        height: 60px;
    }
    .not-found-text-content h1{
        font-size: 36px;
        line-height: 100%;
    }
    .not-found-text-content p{
        font-size: 12px;
        line-height: 34px;
    }
    .escort-list-title {
        font-size: 12px;
    }
    .not-found-other-text-content p{
        font-size: 12px;
        color: #212121;
    }
}

/*# sourceMappingURL=error.css.map */