
.p-sub-products__brand:nth-child(1) img {
  width: 7.125rem;
  height: 1.25rem;
  object-fit: cover;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.p-sub-products__brand:nth-child(2) img {
  width: 5.125rem;
  height: 1.75rem;
  object-fit: cover;
  margin-right: 0;
  margin-left: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;

}
.p-sub-products__brand:nth-child(3) img {
  width: 2.8125rem;
  height: 3.25rem;
  object-fit: cover;
  margin-right: 0;
  margin-left: 0;
  margin-top: 0;
}
.p-sub-products__brand:nth-child(4) img {
  width: 4.875rem;
  height: 2rem;
  object-fit: cover;
  margin-top: 1rem;
  margin-bottom: 1rem;
}