section.hero {
  margin-top: 1em;
  margin-bottom: 6em;
}

.page-title {
  font-size: 1.45rem;
  font-weight: 700;
  margin-bottom: 1rem;
  @media (min-width: 420px) {
    font-size: 1.75rem;
  }
}
.title-v-logo {
  width: 40px;
  margin-top: -0.4em;
}

.hero-image {
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.product-link {
  font-family: quasimoda, sans-serif;
  color: black;
  font-size: 1.2em;
  font-weight: 900;
  text-decoration: none;
  text-align: center;
}

.image-row {
  @media (min-width: 375px) {
    height: 350px;
  }
  @media (min-width: 412px) {
    height: 370px;
  }
  @media (min-width: 576px) {
    height: 480px;
  }
  @media (min-width: 768px) {
    height: 560px;
  }
  @media (min-width: 992px) {
    height: 320px;
  }
  @media (min-width: 1200px) {
    height: 400px;
  }
  @media (min-width: 1400px) {
    height: 450px;
  }
}

.EPT-col {
}

.FCF-col {
}

.DTF-col {
}

/*.rotate-arrow-right {*/
/*  transform: rotate(270deg);*/
/*  transform-origin: center;*/
/*}*/