.o-collection-hero__heading {
  margin-bottom: 1.5rem;
  font-weight: 500;
  font-family: var(--ff-tertiary);
  color: var(--form-placeholder-color);
}
@media screen and (min-width: 768px) {
  .o-collection-hero__heading {
    margin-bottom: 3.2rem;
  }
}
.o-collection-hero__subheading {
  margin-bottom: 1.5rem;
}
.o-collection-hero__media {
  position: relative;
}
.o-collection-hero__media--image img {
  max-width: 100%;
  height: auto;
}
.o-collection-hero__content {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .o-collection-hero__content {
    margin-top: 2.5rem;
  }
}
.o-collection-hero__content--buttons {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .o-collection-hero__content--buttons {
    flex-direction: row;
    margin-top: 2.5rem;
  }
}
.o-collection-hero__content--buttons .a-link {
  width: fit-content;
}
