.themes__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.75rem;
  align-items: start;
}

.theme { background: var(--gl-bg-alt); }

.theme__media { aspect-ratio: 412 / 298; overflow: hidden; }
.theme__media img { width: 100%; height: 100%; object-fit: cover; }

.theme__body { padding: 1.25rem 1.5rem 1.75rem; }

.theme__title {
  margin-bottom: 0.7em;
  font-size: 1.556rem;
  line-height: 1.2;
  text-align: center;
}

.theme__body .rte p { margin-bottom: 1.1em; }
.theme__body .rte ul { margin: 0; padding-left: 1.25rem; }
.theme__body .rte li { margin-bottom: 0.2em; }

@media (max-width: 61.99em) {
  .themes__list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 47.99em) {
  .themes__list { grid-template-columns: 1fr; }
}
