/* Asia Golden Marine — align hero copy with the shared 1180px site container */
@media (min-width: 601px) {
  .hero-copy {
    left: max(24px, calc((100vw - 1180px) / 2)) !important;
  }
}

@media (max-width: 600px) {
  .hero-copy {
    left: 30px !important;
    width: calc(100% - 60px) !important;
  }
}
