.product-summary__info--benefits.vtr_beneficii {
	display: grid;
	grid-template-columns: repeat(4, 1fr); 
	justify-items: center;
	text-align: center;
	font-size: 0.7rem;
	color: #8c8d8d;
	padding: 20px 0px;
}

.vtr_beneficii > div > img {
    height: 45px;
}

@media (max-width: 767px) {
	.product-summary__info--benefits.vtr_beneficii {
    	font-size: 0.6rem;
    	font-weight: bold;
	}
	
    .vtr_beneficii > div > img {
        height: 30px;
    }

}

.vtr_stores_stock {
    text-align: right;
}