@charset "UTF-8";

[id*="anchors"] + div .content_wrapper {
    display: flex;
    justify-content: center;
}
[id*="anchors"] + div .content_wrapper a {
    width: calc(25% - 85px) !important;
    min-width: initial;
}
[id*="anchors"] + div .content_wrapper > a {
    margin-left: 4px;
    margin-right: 4px;
}
[id*="anchors"] + div .content_wrapper a span {
    font-size: min(1.5vw, 1.65rem);
    padding: 10px 0px 12px;
}
@media(width < 768px){
    [id*="anchors"] + div .content_wrapper {
        display: block;
    }
    [id*="anchors"] + div .content_wrapper a {
        width: 27% !important;
    }
    [id*="anchors"] + div .content_wrapper a span {
        font-size: 14px;
    }
}
@media(width < 480px){
    [id*="anchors"] + div .content_wrapper a {
        width: 80% !important;
    }
}