@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;
}
.about {
  gap: 40px;
  height: 100%;
  display: flex;
  justify-content: center;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.about .container {
  display: flex;
  align-items: center;
}
.about__image {
  flex: 1;
}
.about__image img {
  max-width: 80%;
}
.about__content {
  flex: 1;
}
@media (max-width: 1023px) {
  .about {
    height: auto;
  }
  .about .container {
    display: block;
  }
  .about__image {
    padding-top: 10rem;
    margin-bottom: 3rem;
    text-align: center;
  }
  .about__image img {
    max-width: 50%;
  }
}
.logo {
  max-height: 80px;
  /* adjust as needed */
  width: auto;
  display: block;
}
