@charset "UTF-8";

@media screen and (max-width: 1023px) {
    #other1 + div .content_wrapper,
    #other2 + div .content_wrapper {
        display: flex;
    }
}
@media screen and (max-width: 768px) {
    #other1 + div .content_wrapper,
    #other2 + div .content_wrapper {
        flex-direction: column;
        align-items: center;
    }
}