@charset "UTF-8";

@media screen and (max-width: 1000px) {
#strong_anchor1 + div {
    padding-bottom: 0;
}

#strong_anchor1 + div .content_wrapper,
#strong_anchor2 + div .content_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 700px!important;
}
}

@media screen and (max-width: 600px) {
#strong_anchor1 + div .content_wrapper,
#strong_anchor2 + div .content_wrapper {
    gap: 0 10px;
}

#strong_anchor1 + div .content_wrapper a,
#strong_anchor2 + div .content_wrapper a {
    min-width: 100px!important;
    width: 40%!important;
    margin-left: 0px;
    margin-right: 0px;
}

#strong_anchor1 + div .content_wrapper a span,
#strong_anchor2 + div .content_wrapper a span {
    font-size: 1.5rem;
    padding: 10px 5px;
}
}