section.locations {
  background-color: #043531;
}
section.locations .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}
@media (max-width: 900px) {
  section.locations .inner {
    gap: 2rem;
  }
}
section.locations .heading-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4rem;
}
@media (max-width: 900px) {
  section.locations .heading-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 2rem;
  }
}
section.locations .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  max-width: 800px;
}
@media (max-width: 1080px) {
  section.locations .heading br {
    display: none;
  }
}
section.locations .heading-wrap .icon {
  height: auto;
}
section.locations .heading-wrap .icon img, section.locations .heading-wrap .icon svg {
  height: 100%;
  max-height: 300px;
  min-height: 75px;
  width: auto;
}
@media (max-width: 900px) {
  section.locations .heading-wrap .icon img, section.locations .heading-wrap .icon svg {
    min-height: 100px;
  }
}
section.locations .entries {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem 4rem;
}
@media (max-width: 900px) {
  section.locations .entries {
    gap: 2rem 2rem;
  }
}
@media (max-width: 640px) {
  section.locations .entries {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
section.locations .entry {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc( 50% - 2rem );
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
@media (max-width: 640px) {
  section.locations .entry {
    width: calc( 100% );
  }
}
section.locations .entry .icon {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 8px solid rgba(255, 255, 255, 0.2);
  border-radius: 28px;
  width: 56px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.locations .entry .icon img, section.locations .entry .icon svg {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}
section.locations .entry .context-wrap {
  width: calc( 100% - 56px - 1rem );
}
section.locations .entry a {
  color: inherit;
  text-decoration: none;
}
/*# sourceMappingURL=locations.css.map */
