/* TITOLI SEZIONI */
.sectors h2,
.clienti h2,
.ciclo-produttivo h2,
.smart-factory h2 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
}

.ciclo-produttivo h2,
.smart-factory h2,
.clienti h2,
.sectors.section h2 {
  margin-top: 2rem;
}

@media (min-width: 576px) {
  .news-carousel-wrapper-front-page h2,
  .sectors h2,
  .clienti h2,
  .ciclo-produttivo h2,
  .smart-factory h2 {
    font-size: 50px;
    line-height: 50px;
  }
}

@media (min-width: 1024px) {
  .news-carousel-wrapper-front-page h2,
  .sectors h2,
  .clienti h2,
  .ciclo-produttivo h2,
  .smart-factory h2 {
    font-size: 50px;
    line-height: 50px;
  }
}

@media (min-width: 1200px) {
  .news-carousel-wrapper-front-page h2,
  .sectors h2,
  .clienti h2,
  .ciclo-produttivo h2,
  .smart-factory h2 {
    font-size: 60px;
    line-height: 60px;
  }
}

@media (min-width: 1400px) {

  .news-carousel-wrapper-front-page h2,
  .ciclo-produttivo h2,
  .sectors h2,
  .clienti h2,
  .smart-factory h2 {
    font-size: 74px;
    line-height: 70px;
  }

  @media (min-width: 1200px) {
  .news-carousel-wrapper-front-page h2,
    .ciclo-produttivo h2,
    .smart-factory h2,
    .clienti h2,
    .sectors.section h2 {
      margin-top: 3rem;
    }
  }
}

/* TESTO SEZIONI */
.sectors.section h2 + p,
.ciclo-produttivo > p {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.sectors.section h2 + p,
.ciclo-produttivo > p {
  margin-top: 1rem;
  margin-bottom: 3rem;
}

@media (min-width: 576px) {
  .sectors.section h2 + p,
  .ciclo-produttivo > p {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
