.coffe-product-properties__text img {
	max-height:30px!important;
}
.section-image{
    margin: 40px 0;
    width: 102%;
}

.section-image img{
    width:100%;
     
    object-fit:cover; 
    display:block;
}

.catalog-item__new{
    position: absolute;
    top: 8px;
    right: 20px;
    padding: 2px 10px;
    background: #ff0200;
    border-radius: 8px;
    color: #fff;
}

@media (max-width: 1000px) {
.section-image{
	margin: 25px 0;
}
}
