.brand-mark {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(46, 110, 73, 0.14);
  border-radius: 14px;
  background-color: #fff;
  color: transparent;
  font-size: 0;
  box-shadow: 0 4px 12px rgba(23, 34, 28, 0.08);
}

.brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-footer .brand-mark {
  border-color: rgba(255, 255, 255, 0.28);
  background-color: #fff;
  color: transparent;
}
