.portal-home-feature-section {
  align-items: stretch;
  background-color: transparent;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  min-height: 100%;
  scroll-snap-align: center;
}
@media (max-width: 840px) {
  .portal-home-feature-section {
    flex-direction: column;
  }
}
@media (min-width: 841px) {
  .portal-home-feature-section.portal-position-end {
    flex-direction: row-reverse;
  }
}
.portal-home-feature-section .neo-content {
  font-size: min(max(2.3vw, 16px), 30px);
}
.portal-home-feature-section h1.neo-h1 {
  color: var(--purple-400);
  font-size: min(max(4.5vw, 30px), 44px);
  line-height: 1em;
  margin: 0;
  text-align: start;
}
.portal-home-feature-section h2.neo-h2 {
  font-size: min(max(3.5vw, 24px), 35px);
  font-weight: 600;
  line-height: 1em;
  margin: 0;
  text-align: start;
}
.portal-home-feature-section .page-live-preview {
  height: 100%;
  margin: 0;
}
.portal-home-feature-section .portal-content-text {
  align-items: start;
  background-color: transparent;
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 2rem;
}
@media (max-width: 600px) {
  .portal-home-feature-section .portal-content-text {
    flex: 0.5 !important;
    justify-content: start;
    padding: 1rem;
  }
}
.portal-home-feature-section .portal-content-text .neo-button {
  margin-left: 0;
}
.portal-home-feature-section .portal-content-wrapper {
  flex: 2;
  padding: 20px;
}
@media (max-width: 600px) {
  .portal-home-feature-section .portal-content-wrapper {
    max-height: 35em;
    min-height: 35em;
    padding: 5px;
  }
}

/*# sourceMappingURL=FeatureSection.css.map */