.page-hero {
  color: var(--color-main-font);
}

.page-hero__figure {
  margin: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 20px;
  background: rgba(34, 40, 47, 0.08);
}

.page-hero__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-content {
  color: var(--color-main-font);
}

.page-content__text {
  text-align: left;
}

.page-content__text > :last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .page-hero__figure {
    border-radius: 20px;
  }
}

@media only screen and (min-width: 500px) {
  .page-hero__figure {
    aspect-ratio: 4 / 2;
  }

  .omoss-contact-block__grid {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
  }

  .omoss-contact-block__action {
    justify-content: flex-end;
    align-self: start;
  }
}
