.td-featured-products__product {
  max-width: 300px !important;
}
.td-featured-products__container {
  justify-content: center;
  margin-top: 32px;
}
@media screen and (min-width: 769px) {
  .td-featured-products__container {
    column-gap: 32px;
    margin-top: 48px;
  } 
}