@charset "UTF-8";

a#\32+section .content_wrapper {
    display: flex;
    flex-direction: row;
}

@media screen and (max-width: 900px) {
a#\32+section .inner_item_txt {
    text-align: center;
}
a#\32+section .content_wrapper {
    justify-content: center;
}
}