@charset "UTF-8";

#menu+div .content_wrapper {
    width: 59%;
}

.block_text_4 .content_wrapper {
    width: 40%;
}

@media screen and (max-width: 768px) {
.block_text_4 .content_wrapper {
    width: 80%;
}
}