.hero {
  background: linear-gradient(73.17deg, #8B80DC 0%, #D9D5FF 100%);
  height: 780px;
  display: flex;
  align-items: center;
  padding: 155px 0 65px;
}

.hero-title,
.hero-text {
  margin-bottom: 32px;
}

.hero-text {
  max-width: 524px;
}

.hero.area-personale {
  padding: 168px 0 155px;
  height: fit-content;
}

@media screen and (max-width: 991px) {

  .hero {
    height: auto;
    padding: 95px 0 65px;
    text-align: center;
  }

  .hero .row {
    flex-direction: column-reverse;
  }

  .hero.area-personale {
    background: linear-gradient(177.28deg, #8B80DC 5.8%, #D9D5FF 98.95%);
    padding: 128px 0 65px;
  }

  .hero.area-personale.login {
    min-height: 1066px;
    padding-bottom: 150px;
  }

  .hero.area-personale .row {
    flex-direction: column;
  }

  .hero-text {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-img {
    max-width: 260px;
    margin: 0 auto;
  }

  .hero-title,
  .hero-text {
    margin-bottom: 20px;
  }
}
