@font-face {
  font-family: 'Eurostile Extended';
  src: url('../fonts/EurostileExtended-Roman.woff2') format('woff2'), url('../fonts/EurostileExtended-Roman.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.section-vertical-space {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.container {
  max-width: 1200px;
  padding: 0 2rem;
  margin: 0 auto;
}
.location {
  height: 100vh;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (max-width: 767px) {
  .location {
    height: auto;
  }
}
.location .wrapper {
  max-width: 1200px;
  padding: 0 2rem;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.location .wrapper .card-wrapper {
  display: flex;
  width: 100%;
  gap: 2rem;
}
@media (max-width: 767px) {
  .location .wrapper .card-wrapper {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .location .wrapper {
    height: 100%;
  }
}
.location .wrapper h1 {
  margin-bottom: 10rem;
  text-transform: uppercase;
  font-weight: normal;
}
@media (max-width: 767px) {
  .location .wrapper h1 {
    display: none;
  }
}
@media (max-width: 767px) {
  .location .wrapper {
    flex-direction: column;
    gap: 4rem;
  }
}
.location .wrapper .location-card {
  display: flex;
  align-items: center;
  width: 33%;
  max-width: 33%;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0.5rem;
  text-transform: uppercase;
}
@media (max-width: 890px) {
  .location .wrapper .location-card {
    width: 100%;
    max-width: 100%;
  }
}
.location .wrapper .location-card a {
  text-decoration: none;
  font-size: 14px;
  color: #000;
}
.location .wrapper .location-card h2 {
  font-size: 18px;
}
.location .wrapper .location-card h3 {
  font-size: 14px;
  text-align: center;
  max-width: 80%;
  line-height: 150%;
  font-weight: normal;
}
@media (max-width: 890px) {
  .location .wrapper .location-card h3 {
    max-width: 100%;
  }
}
.location .wrapper .location-card video {
  height: 10rem;
  margin-bottom: 6rem;
}
