.catalog_hit_section {
    background-color: #fdf9ed;
    padding: 80px 0;
}
.product-hit-heading {
    text-align: center;
    font-weight: 600;
    font-size: 32px;
    color: #e60000;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.product-hit-description {
    text-align: center;
    color: #323232;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}
@media (max-width: 568px) {
	section section.catalog_hit_section.d-block.d-lg-none {
display: none!important;
}
}