article.brand_usp {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
}
article.brand_usp:nth-of-type(even) {
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  article.brand_usp:nth-of-type(even) {
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  article.brand_usp {
    flex-direction: column;
  }
}
article.brand_usp .image {
  width: 40%;
}
@media (max-width: 992px) {
  article.brand_usp .image {
    width: 100%;
  }
}
article.brand_usp .image img {
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
article.brand_usp .usp-content {
  width: 40%;
}
@media (max-width: 992px) {
  article.brand_usp .usp-content {
    width: 100%;
  }
}/*# sourceMappingURL=brand_usps.css.map */