/* Hamu3nd profile balance: left-aligned hero and smaller profile title. */
.hm-about .hm-about-hero--profile {
  padding-top: clamp(72px, 8vw, 112px);
  padding-bottom: clamp(38px, 5vw, 58px);
}

.hm-about-hero--profile .container {
  display: grid;
  justify-items: start;
  max-width: 980px;
  text-align: left;
}

.hm-about-hero--profile .product-kicker {
  text-align: left;
}

.hm-about-hero--profile h1 {
  max-width: 820px;
  margin-bottom: 18px;
  font-size: clamp(44px, 6.4vw, 78px);
  line-height: 1.02;
}

.hm-about-hero--profile p {
  max-width: 780px;
  margin-right: 0;
  margin-left: 0;
  text-align: left;
}

.hm-about-hero--profile .hm-about-hero__links {
  width: 100%;
  max-width: 860px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 760px) {
  .hm-about .hm-about-hero--profile {
    padding-top: 54px;
    padding-bottom: 38px;
  }

  .hm-about-hero--profile h1 {
    font-size: clamp(40px, 12vw, 54px);
    line-height: 1.04;
  }

  .hm-about-hero--profile p {
    font-size: 16px;
    line-height: 1.86;
  }

  .hm-about-hero--profile .hm-about-hero__links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
