.cddqpoqc3aw7 {
  background-color: var(--bg);
  padding: 8rem 0;
  border-bottom: 1px solid var(--muted);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}

.gi6sct11rtjla {
  max-width: 1320px;
  min-width: 270px;
  margin: 0 auto;
  padding: 0 1.5rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;

  width: 100%;
}

.ctfo5e41b0grw {
  font-family: "Neugothic", serif;
  font-size: 3rem;
  color: var(--accent);
  text-align: center;
  width: 100%;
  margin-bottom: 1rem;
}

.fcq41s1797i4y {
  font-family: "Neugothic", serif;
  font-size: 2.5rem;
  color: var(--fg-alt);
  text-align: center;
  width: 100%;
  margin-bottom: 4rem;
}

.oy6tlyd7ichbb4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 4rem;
  width: 100%;
}

.lzhzjnhwa {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  max-width: 550px;
  padding: 2.5rem;
  text-align: center;
  position: relative;
  background-color: var(--accent-2); /* Subtle background for distinction */
  border-radius: 12px; /* Soften corners */
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); /* Faint shadow for depth */
  flex: 1 1 auto;
  min-width: 270px;
  transition: transform 0.3s ease, box-shadow 0.3s ease; /* Add transition for hover */
}

.lzhzjnhwa:hover {
  transform: translateY(-8px); /* Subtle lift on hover */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1); /* Slightly more prominent shadow on hover */
}

.ezu8zpv4w4 {
  font-family: "Neugothic", serif;
  font-size: 8rem;
  color: var(--muted);
  position: absolute;
  top: 0rem;
  left: 0rem;
  opacity: 0.2;
  line-height: 1;
}

.af4wd980zewix9 {
  font-size: 1.6rem;
  line-height: 1.8;
  color: var(--fg);
  margin: 3rem 0 2rem 0;
  font-style: italic;
  position: relative;
  z-index: 1;
  max-width: 90%;
}

.feiyl6p0hgkao {
  font-size: 1.3rem;
  font-weight: bold;
  color: var(--fg-alt);
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

.z2nqbj1i8 {
  color: var(--accent);
  font-size: 1.8rem;
  margin-top: 1rem;
  display: inline-block;
  width: 100%;
  text-align: center;
}

@media (max-width: 1200px) {
  .ctfo5e41b0grw {
    font-size: 3.5rem;
  }
  .fcq41s1797i4y {
    font-size: 2.2rem;
    margin-bottom: 3rem;
  }
  .oy6tlyd7ichbb4 {
    gap: 3rem;
  }
  .lzhzjnhwa {
    max-width: 48%;
    padding: 2rem;
  }

  .ezu8zpv4w4 {
    font-size: 7rem;
    top: 0.5rem;
  }
}

@media (max-width: 992px) {
  .cddqpoqc3aw7 {
    padding: 6rem 0;
  }
  .ctfo5e41b0grw {
    font-size: 3rem;
  }
  .fcq41s1797i4y {
    font-size: 2rem;
    margin-bottom: 2.5rem;
  }
  .lzhzjnhwa {
    max-width: 100%;
    padding: 2rem 1.5rem;
  }
  .af4wd980zewix9 {
    margin-top: 2.5rem;
  }
  .ezu8zpv4w4 {
    font-size: 6rem;
    top: 1rem;
  }
}

@media (max-width: 768px) {
  .cddqpoqc3aw7 {
    padding: 5rem 0;
  }
  .ctfo5e41b0grw {
    font-size: 2.8rem;
  }
  .fcq41s1797i4y {
    font-size: 1.8rem;
  }

  .z2nqbj1i8 {
    font-size: 1.6rem;
  }
}

@media (max-width: 480px) {
  .ctfo5e41b0grw {
    font-size: 2.2rem;
  }
  .fcq41s1797i4y {
    font-size: 1.5rem;
  }

  .ezu8zpv4w4 {
    font-size: 5rem;
    top: 1.5rem;
  }
}
