.semiack-hero {
  background: #fff;
  color: #111;
}

.semiack-hero__link,
.semiack-hero__link picture {
  display: block;
  width: 100%;
}

.semiack-hero__image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1919 / 820;
  object-fit: cover;
}

.semiack-hero__proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom: 1px solid #e8e8e8;
  background: #fff;
}

.semiack-hero__proof span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 10px 18px;
  text-align: center;
}

.semiack-hero__proof span + span {
  border-left: 1px solid #e8e8e8;
}

.semiack-hero__proof strong {
  color: #e60023;
  font-size: 13px;
  letter-spacing: .06em;
}

.semiack-hero__proof small {
  color: #4b4b4b;
  font-size: 12px;
}

@media (max-width: 749px) {
  .semiack-hero__image {
    aspect-ratio: 1086 / 1448;
    object-position: center;
  }

  .semiack-hero__proof {
    grid-template-columns: 1fr;
  }

  .semiack-hero__proof span {
    min-height: 38px;
    padding: 6px 12px;
  }

  .semiack-hero__proof span + span {
    border-top: 1px solid #eeeeee;
    border-left: 0;
  }

  .semiack-hero__proof strong {
    font-size: 11px;
  }

  .semiack-hero__proof small {
    font-size: 10px;
  }
}
