.brand--logo {
  max-width: unset !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card__media .media img {
  object-fit: cover;
}

.product_tag_promote {
  margin-top: 15px;
  flex-direction: column;
}
@media screen and (max-width: 1023px) {
  .frequent-product-list .card__media_1 .media {
    width: inherit;
  }
}
