/* Do not edit anything below */
.featured-projects-section {
  background-color: #fff;
}
.featured-projects-section .header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(1rem, 1rem + 0.5 * (100vw - 48rem) / 27, 1.5rem);
  max-inline-size: 33.75rem;
  margin-block-end: clamp(2rem, 2rem + 1 * (100vw - 48rem) / 27, 3rem);
}
.featured-projects-section .label {
  background-color: rgba(103, 30, 58, 0.1);
  color: #671e3a;
  font-family: "Geist", -apple-system, blinkmacsystemfont, "avenir next", "avenir, segoe ui", "helvetica neue", helvetica, ubuntu, roboto, noto, arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-block: 0.25rem;
  padding-inline: 0.5rem;
  border-radius: 0.25rem;
}
.featured-projects-section .heading {
  color: #080c11;
  margin: 0;
}
.featured-projects-section .featured-projects-slider {
  inline-size: 100%;
  min-inline-size: 0;
  overflow: visible;
}
@media (width >= 768px) {
  .featured-projects-section .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
  }
}
.featured-projects-section .project {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  inline-size: 17.5rem;
  max-inline-size: 90%;
}
@media (width >= 768px) {
  .featured-projects-section .project {
    inline-size: 100%;
    max-inline-size: unset;
  }
}
.featured-projects-section .image {
  background-color: rgba(103, 30, 58, 0.04);
  block-size: clamp(17.5rem, 17.5rem + 10.125 * (100vw - 48rem) / 27, 27.625rem);
  border-radius: 0.5rem;
}
.featured-projects-section .description {
  color: #080c11;
  font-family: "Libre Baskerville", serif;
  font-size: clamp(0.75rem, 0.75rem + 0.25 * (100vw - 48rem) / 27, 1rem);
  line-height: 1.4;
  margin: 0;
}