

/* CSS from section stylesheet tags */
.section-container {
  max-width: 1200px;
  margin: 0 auto;
}

.text-content {
  min-width: 200px;
}

.placeholder-svg {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  background-color: #f4f4f4;
}