.hns-about-capability-profile {
  width: 100%;
  overflow: hidden;
  background: #151515;
  color: #f7f1e4;
}

.hns-about-capability-profile *,
.hns-about-capability-profile *::before,
.hns-about-capability-profile *::after {
  box-sizing: border-box;
}

.hns-about-capability-profile__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 58px 32px 76px;
  text-align: center;
}

.hns-about-capability-profile__heading {
  margin: 0 0 36px;
  color: #f7f1e4;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 3.2vw, 56px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hns-about-capability-profile__media {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #222;
}

.hns-about-capability-profile__media picture,
.hns-about-capability-profile__media > picture > img {
  display: block;
  width: 100%;
}

.hns-about-capability-profile__media picture {
  aspect-ratio: 2.1 / 1;
}

.hns-about-capability-profile__media > picture > img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hns-about-capability-profile__shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.48);
  pointer-events: none;
}

.hns-about-capability-profile__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  width: min(410px, 42%);
  height: auto;
  transform: translate(-50%, -66%);
}

.hns-about-capability-profile__button {
  position: absolute;
  top: 62%;
  left: 50%;
  z-index: 3;
  display: inline-flex;
  min-width: 184px;
  min-height: 52px;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 12px;
  padding: 0 24px;
  border: 4px solid #7f661e;
  background: #dda72b;
  color: #fff !important;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transform: translateX(-50%);
  transition: background 180ms ease, transform 180ms ease;
}

.hns-about-capability-profile__button:hover,
.hns-about-capability-profile__button:focus-visible {
  background: #e8b43c;
  color: #fff !important;
  transform: translateX(-50%) translateY(-1px);
}

.hns-about-capability-profile__button:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.8);
  outline-offset: 4px;
}

.hns-about-capability-profile__button svg {
  flex: 0 0 auto;
  display: block;
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: square;
  stroke-linejoin: miter;
  stroke-width: 2.4;
}

.hns-about-capability-profile__button span {
  display: block;
  flex: 0 0 auto;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .hns-about-capability-profile__inner {
    max-width: 398px;
    padding: 38px 20px 54px;
  }

  .hns-about-capability-profile__heading {
    margin-bottom: 26px;
    font-size: 30px;
  }

  .hns-about-capability-profile__media {
    overflow: visible;
    margin-bottom: 76px;
  }

  .hns-about-capability-profile__media picture {
    aspect-ratio: 1.42 / 1;
    overflow: hidden;
  }

  .hns-about-capability-profile__logo {
    width: min(270px, 72%);
    transform: translate(-50%, -54%);
  }

  .hns-about-capability-profile__button {
    top: auto;
    bottom: -58px;
    min-width: 210px;
    min-height: 58px;
    gap: 12px;
    padding: 0 22px;
    border-width: 5px;
    font-size: 19px;
  }

  .hns-about-capability-profile__button svg {
    width: 28px;
    height: 28px;
  }
}
