.brand-image {
  align-items: center;
}

.brand-image img {
  display: block;
  width: clamp(165px, 17vw, 210px);
  height: auto;
}
