.cust-index {
	display: flex;
    flex-direction: column;
    align-items: center;
}
.cust-index p {
font-size: 21px;
}
@media (max-width: 768px) {
.cust-index p {
font-size: 14px;
}
}
.product_preview-status--sale, .product_preview-status--sale:after {
  background-color:#ff8080;

}

.whatsapp-icon {
 	max-width: 30px; 
}
