/* Do not edit anything below */
.simple-cards-section .simple-cards__heading {
  color: black;
  font-family: "Oldschool Grotesk", -apple-system, blinkmacsystemfont, "avenir next", "avenir, segoe ui", "helvetica neue", helvetica, ubuntu, roboto, noto, arial, sans-serif;
  font-size: clamp(1.125rem, 1.125rem + 0.125 * (100vw - 48rem) / 27, 1.25rem);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.04em;
  text-align: center;
  margin-block-end: 1rem;
}
.simple-cards-section .simple-cards__grid {
  display: grid;
  gap: 1rem;
}
@media (width >= 768px) {
  .simple-cards-section .simple-cards__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.simple-cards-section .simple-cards__card:last-child:nth-child(odd) {
  grid-column: 1/-1;
}
.simple-cards-section .simple-cards__card {
  background: linear-gradient(125deg, rgba(255, 255, 255, 0.18) 8%, rgba(255, 255, 255, 0.9) 92%);
  padding: 1.5rem;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 0.75rem;
  box-shadow: 0 0.3125rem 1.25rem rgba(0, 0, 0, 0.06);
  overflow: clip;
}
.simple-cards-section .simple-cards__title {
  color: black;
  font-family: "Oldschool Grotesk", -apple-system, blinkmacsystemfont, "avenir next", "avenir, segoe ui", "helvetica neue", helvetica, ubuntu, roboto, noto, arial, sans-serif;
  font-size: clamp(1.125rem, 1.125rem + 0.125 * (100vw - 48rem) / 27, 1.25rem);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.04em;
  margin-block-end: 0.5rem;
}
.simple-cards-section .simple-cards__description {
  color: rgba(0, 0, 0, 0.6);
  font-family: "Oldschool Grotesk", -apple-system, blinkmacsystemfont, "avenir next", "avenir, segoe ui", "helvetica neue", helvetica, ubuntu, roboto, noto, arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.02em;
}