/* Mobile Landscape Adjustment */
@media only screen and (max-height: 600px) and (orientation: landscape) {
  .hero-cta-container {
    top: 70vh !important;
  }
}

/* Desktop Adjustment */
@media (min-width: 768px) {
  .hero-cta-container {
    top: 68% !important;
  }
}
