/* Store secondary */
.review .rounded-md{
	background: #FCF1E7;
background: linear-gradient(90deg, rgba(252, 241, 231, 0.5) 16%, rgba(252, 241, 231, 1) 64%);
	background-size: cover !important;
  
}
@media only screen and (max-width: 768px) {
  .review .rounded-md {
    zoom: 80%;
  
}
}