@charset "UTF-8";

#menu_anchor+div .content_wrapper a {
    min-width: 180px;
    width: 180px !important;
}
@media screen and (max-width: 900px) {
#menu_anchor+div .content_wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}
#menu_anchor+div .content_wrapper a {
    min-width: 100%;
    width: 100% !important;
    margin: 0;
}
}