@font-face {
  font-family: "Adobe Garamond";
  src: url("../fonts/AdobeGaramond/EBGaramond-Regular.woff2") format("woff2"), url("../fonts/AdobeGaramond/EBGaramond-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Adobe Garamond";
  src: url("../fonts/AdobeGaramond/EBGaramond-Italic.woff2") format("woff2"), url("../fonts/AdobeGaramond/EBGaramond-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova/proxima_nova_light.woff2") format("woff2"), url("../fonts/ProximaNova/proxima_nova_light.woff2") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova/proxima_nova_regular.woff2") format("woff2"), url("../fonts/ProximaNova/proxima_nova_regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova/ProximaNova-Medium.woff2") format("woff2"), url("../fonts/ProximaNova/ProximaNova-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova/proxima_nova_bold.woff2") format("woff2"), url("../fonts/ProximaNova/proxima_nova_bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body .image-grid {
  padding: 32px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 33px;
  align-items: center;
  max-width: 982px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  body .image-grid {
    grid-template-columns: 1fr;
  }
}
body .image-grid .image__wrapper {
  width: 100%;
  max-width: fit-content;
}
body .image-grid .image__wrapper .feature-image {
  margin: 0;
  display: flex;
}
body .image-grid .image__wrapper .feature-image img {
  max-height: 465px;
  aspect-ratio: 372/465;
  max-width: 372px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s linear;
}
body .image-grid .image__wrapper:nth-child(odd) {
  margin-right: auto;
}
body .image-grid .image__wrapper:nth-child(even) {
  margin-left: auto;
}
body .image-grid .image__wrapper:nth-child(2n) .feature-image img {
  max-height: 593px;
  aspect-ratio: 475/593;
  max-width: 475px;
}
body .image-grid .image__wrapper:nth-child(4n+3) .feature-image img {
  max-height: 593px;
  aspect-ratio: 475/593;
  max-width: 475px;
}
body .image-grid .image__wrapper:nth-child(4n+4) .feature-image img {
  max-height: 465px;
  aspect-ratio: 372/465;
  max-width: 372px;
}

/*# sourceMappingURL=style.css.map */
