@charset "UTF-8";

a#lower_icon+div .wrapper_item {
    justify-content: center;
}
a#lower_icon+div .inner_item.empty {
    display: none;
}

@media screen and (max-width: 1100px) and (min-width: 769px) {
a#lower_icon+div .inner_item {
    width: 48%;
    margin-left: 0;
    margin-bottom: 30px;
}

a#lower_icon+div .inner_item:nth-of-type(2n) {
    margin-left: 2%;
}
}

@media screen and (max-width: 768px) {
a#lower_icon+div .heading.block_header_4 .h br {
    display: none;
}
}