@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap");
@font-face {
  font-family: "VFIFonts";
  src: url("/assets/LibelSuitFamily/Alternativefiles/Typodermic - LibelSuitBk-Regular.ttf") format("truetype"), url("/assets/LibelSuitFamily/Alternativefiles/Typodermic - LibelSuitEl-Regular.ttf") format("truetype"), url("/assets/LibelSuitFamily/Alternativefiles/Typodermic - LibelSuitLt-Regular.ttf") format("truetype"), url("/assets/LibelSuitFamily/Alternativefiles/Typodermic - LibelSuitRg-Bold.ttf") format("truetype"), url("/assets/LibelSuitFamily/Alternativefiles/Typodermic - LibelSuitRg-Regular.ttf") format("truetype"), url("/assets/LibelSuitFamily/Alternativefiles/Typodermic - LibelSuitSb-Regular.ttf") format("truetype");
}
.auto-related-module.media.module.row {
  max-width: 1440px;
}

section.auto-related {
  padding: 0;
  margin-top: 5rem;
}
section.auto-related .auto-related-title {
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.auto-related .auto-related-title h2 {
  opacity: 0.2;
  color: #373737;
  font-family: "Libre Baskerville";
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 35px;
  text-align: center;
  margin: 0;
}
section.auto-related .auto-related-content {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(auto-fill, 1fr);
  gap: 40px;
  background-color: #f2f2f2;
  padding: 40px;
}
@media (max-width: 1279px) {
  section.auto-related .auto-related-content {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1279px) {
  section.auto-related .auto-related-content {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  section.auto-related .auto-related-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  section.auto-related .auto-related-content {
    grid-template-columns: 1fr;
  }
}
section.auto-related .auto-related-content .auto-related-item {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
}
section.auto-related .auto-related-content .auto-related-item .bottom-shadow {
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}
section.auto-related .auto-related-content .auto-related-item h3 {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #ffffff;
  font-family: "Libre Baskerville";
  font-size: clamp(1.063rem, 2.5vw, 1.313rem);
  font-weight: bold;
  letter-spacing: 0;
  line-height: 30px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
  margin: 0;
}
section.auto-related .auto-related-content .auto-related-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.display.display-active .auto-related-module {
  max-width: 1360px !important;
}
.display.display-active .auto-related-module .auto-related-content {
  gap: 25px;
}
.display.display-active .auto-related-module .auto-related-content .auto-related-item {
  width: 236px;
  height: 236px;
}/*# sourceMappingURL=auto_related.css.map */