@charset "UTF-8";

#anchors+div .content_wrapper {
max-width: 900px !important;
display: flex;
flex-wrap: wrap;
gap: 2rem;
justify-content: center;
}
#anchors+div .content_wrapper>a {
margin: 0;
width: calc(100% / 3 - 2rem* 2 / 3) !important;
box-sizing: border-box;
min-width: initial;
}
@media screen and (max-width: 600px) {
#anchors+div .content_wrapper>a {
width: calc(100% / 2 - 2rem* 1 / 2) !important;
}
}