.site-form-theme-container {
  height: 60vh;
  overflow: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.site-form-theme {
  width: calc(33% - 3.2rem);
  margin: 8px;
}

.site-form-theme img {
  width: 100%;
  height: 15rem;
  object-fit: cover;
  object-position: top;
}

@media only screen and (max-width: 37.5em) {
  .site-form-theme {
    width: calc(50% - 3.2rem);
    margin: 8px;
  }
}
