@charset "UTF-8";

@media screen and (max-width: 900px) {
    a#anchor+div .content_wrapper {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
}

@media screen and (min-width: 601px) and (max-width: 900px) {
    a#anchor+div .content_wrapper a {
        width: 250px !important;
    }
}

@media screen and (max-width: 600px) {
    a#anchor+div .content_wrapper a {
        min-width: 110px;
        max-width: 130px !important;
    }
}