@charset "UTF-8";

#links+div .content_wrapper>a {
    width: 30% !important;
}

.heading.block_header_3 {
    background: #C0A63E;
}

.heading.block_header_3 .h {
    color: #ffffff;
}

@media screen and (max-width: 500px) {
    #links+div .content_wrapper>a {
        width: 45% !important;
        min-width: auto;
    }

    #links+div .content_wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}