/**
 * Home — espaçamento das seções abaixo dos produtos
 */

.home-bottom-sections {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
  position: relative;
  z-index: 1;
}

.home-bottom-sections > .power-demo,
.home-bottom-sections > .wcu-section,
.home-bottom-sections > .faq-section,
.home-bottom-sections > .cr-section {
  isolation: isolate;
}

.home-bottom-sections > .power-demo {
  margin-top: 1.5rem;
  border-top: 1px solid rgb(var(--border));
}

@media (min-width: 640px) {
  .home-bottom-sections > .power-demo {
    margin-top: 2rem;
  }
}
