@charset "UTF-8";

.heading.block_header_2 .h{
    color: #37322b;
}

.heading.block_header_2 p{
    color: #FF0000;
    font-size: 2.1rem;
}
@media screen and (max-width: 900px) {
#column + * .wrapper_item {
    justify-content: space-between;
}
#column + * .inner_item {
    width: 48% !important;
}
#column + * .inner_item:last-of-type {
    margin-left: 26% !important;
}
#column + * .inner_item .h {
    font-size: 16px !important;
}
}