@charset "UTF-8";

@media screen and (max-width: 500px) {
    #anchor_btn + div .content_wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 210px;
    }
}