.brand-mark {
  background: transparent;
  overflow: hidden;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.monogram {
  width: min(260px, 72%);
  height: auto;
  opacity: 0.14;
}

.monogram img,
.sub-monogram img {
  width: 100%;
  height: auto;
}

.monogram img {
  opacity: 0.16;
}

.sub-monogram img {
  opacity: 0.28;
}

.sub-monogram {
  width: 190px;
  height: auto;
}

.footer-brand .brand-mark {
  background: transparent;
}

.nowrap-title {
  white-space: nowrap;
}

@media (width <= 600px) {
  .strength-title h2 .nowrap-title {
    font-size: 28px;
    letter-spacing: 0;
  }
}
