.background-hero {
  min-height: 95vh;
  display: flex;
  flex-direction: column;
  background: linear-gradient(
    145deg,
    #3b079d 0%,
    #4308af 50%,
    #9264f7 86%,
    #cd71f8 100%
  );
  overflow: hidden;
}

.hero {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
}

.svg-bottom {
  height: 5px;
  margin-top: -5px;
  background-color: white;
}

.cover {
  padding-top: 20px;
  justify-content: center;
  align-items: center;
}

.imgprev {
  max-width: 450px;
  height: auto;
}

.intro {
  text-align: center;
  padding-top: 60px;
}

.intro-text h1,
.intro-text h2 {
  color: #ffffff;
  font-weight: 400;
}

.intro-text h4 {
  color: #ffffff;
}

.cta {
  margin-top: 20px;
}

.cta-button img {
  width: 150px;
  border: 2px solid transparent;
}

.cta-button img:hover {
  border-color: #ffffff;
  border: 2px solid white;
  border-radius: 8px;
}

.section-feature {
  background-color: white;
}

@media screen and (min-width: 768px) {
  .hero {
    flex-direction: row;
    padding: 0 8%;
  }

  .intro {
    flex: 1;
    text-align: start;
    padding: 10% 5% 2% 2%;
  }

  .cover {
    flex: 1;
    padding-top: 10%;
  }
  .imgprev {
    max-width: 480px;
    height: auto;
  }
  .cta {
    justify-content: flex-start;
    display: flex;
  }
}

@media (min-width: 992px) {
  .hero {
    padding: 0 7%;
  }
  .imgprev {
    max-width: 600px;
    height: auto;
  }
}

@media (min-width: 1280px) {
  .hero {
    padding: 0 8%;
  }
  .imgprev {
    max-width: 760px;
    height: auto;
  }
  .intro {
    padding: 6% 6% 0 2%;
  }
}
