@charset "UTF-8";

@media screen and (max-width: 700px) {
#service_anchor-wrap + div .content_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-direction: column;
}

#service_anchor-wrap + div .content_wrapper a {
    min-width: 280px;
}
}