.wds-page-theme-section {
  padding: 76px 0;
  background: #fff;
  color: #272022;
  text-align: center;
}

.wds-page-theme-section:nth-of-type(even) {
  background: #f7f2ee;
}

.wds-page-theme-section h2 {
  max-width: 860px;
  margin: 12px auto 18px;
  color: #2b2022;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.05;
  text-transform: uppercase;
}

.wds-page-theme-section__copy {
  max-width: 820px;
  margin: 0 auto 28px;
  color: #665d5e;
  font-size: 17px;
  line-height: 1.75;
}

.wds-page-theme-list {
  display: grid;
  max-width: 820px;
  margin: 28px auto 0;
  padding: 0;
  gap: 12px;
  list-style: none;
  text-align: left;
}

.wds-page-theme-list li {
  padding: 16px 18px 16px 48px;
  border: 1px solid #eaded9;
  border-radius: 8px;
  background: #fff;
  position: relative;
}

.wds-page-theme-list li::before {
  position: absolute;
  left: 18px;
  color: #d83b30;
  content: "✓";
  font-weight: 700;
}

.wds-page-theme-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 32px;
  text-align: left;
}

.wds-page-theme-card {
  display: block;
  padding: 28px;
  border: 1px solid #eaded9;
  border-radius: 10px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 10px 30px rgb(43 32 34 / 7%);
}

.wds-page-theme-card h3 {
  margin: 0 0 10px;
  color: #2b2022;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  text-transform: uppercase;
}

.wds-page-theme-card p {
  margin: 0;
  color: #665d5e;
  line-height: 1.65;
}

.wds-page-theme-faqs {
  display: grid;
  max-width: 900px;
  margin: 32px auto 0;
  gap: 12px;
  text-align: left;
}

.wds-page-theme-faqs details {
  padding: 0 20px;
  border: 1px solid #eaded9;
  border-radius: 8px;
  background: #fff;
}

.wds-page-theme-faqs summary {
  padding: 18px 0;
  color: #2b2022;
  cursor: pointer;
  font-weight: 700;
}

.wds-page-theme-faqs p {
  margin: 0;
  padding: 0 0 20px;
  color: #665d5e;
  line-height: 1.7;
}

.wds-page-theme-section__action {
  margin: 32px 0 0;
}

.wds-page-theme-section--cta {
  background: #2b2325 !important;
  color: #fff;
}

.wds-page-theme-section--cta h2,
.wds-page-theme-section--cta .wds-page-theme-section__copy {
  color: #fff;
}

@media (max-width: 900px) {
  .wds-page-theme-cards {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .wds-page-theme-section {
    padding: 56px 0;
  }

  .wds-page-theme-cards {
    grid-template-columns: 1fr;
  }
}
