
@charset "UTF-8";

#anchors + div .content_wrapper a {
    width: calc(25% - 16px) !important;
    min-width: initial;
}
#anchors + div .content_wrapper a span{
    font-size: min(1.5vw, 1.65rem);
}
@media(width <= 768px){
#anchors + div .content_wrapper a {
    width: calc(50% - 16px) !important;
}
#anchors + div .content_wrapper a span{
    font-size: 14px;
}
}
@media(width <= 480px){
#anchors + div .content_wrapper a {
    width: calc(100% - 16px) !important;
}
}