@charset "UTF-8";

@media screen and (min-width: 900px) {
a#greeting + section div.wrapper_item {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
}
a#greeting + section div.wrapper_item .inner_item_txt {
    max-width: 33%!important;
}
}