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;
}

section.std-one-day {
  overflow: auto;
  background: var(--vt-yellow-gradient);
  .eg-image {
    /*width: 80%;*/
    max-height: 300px;
  }
}

section.std-same-day-dtf {
  overflow: auto;
  background: var(--vt-pink-gradient);
  .eg-image {
    /*width: 80%;*/
    max-height: 300px;
  }
}

section.std-same-day {
  overflow: auto;
  background: var(--vt-blue-gradient);
  .eg-image {
    /*width: 80%;*/
    max-height: 300px;
  }
}

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