.brand-mark,
.brand {
  width: 100%;
  max-width: none;
  height: 114px;
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  background: #7c1d2d;
  color: #fff;
}

.brand-mark img,
.brand img {
  display: block;
  width: 300px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  object-position: left center;
}
