.service-text {
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
}

.service-title h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  font-size: 48px;
}
.service-title h1 span {
  font-size: 28px;
  font-weight: 200;
}

.services-ul {
  list-style-position: outside;
}
.services-ul li {
  margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
  .service-text {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
  }

  .service-title h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 48px;
  }
  .service-title h1 span {
    font-size: 28px;
    font-weight: 200;
  }
  .services-ul-secondaria {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .service-text {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
  }

  .service-title h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 32px;
  }
  .service-title h1 span {
    font-size: 20px;
    font-weight: 200;
  }
  .services-ul-secondaria {
    font-size: 14px;
  }
}

@media screen and (max-width: 1300px) {
  .backgroud-consulting {
    width: 100%;
    height: 50vh;
    background-image: url(../img/services/consulenza_aziendale.webp) !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
  }
  .service-title {
    width: 100%;
  }
  .service-title h1 {
    word-break: break-word;
    padding-left: 10%;
  }
  .backgroud-fusion {
    width: 100%;
    height: 50vh;
    background-image: url(../img/services/fusioni_acquisizioni.webp) !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
  }

  .backgroud-audit {
    width: 100%;
    height: 50vh;
    background-image: url(../img/services/audit_compliance.webp) !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
  }

  .backgroud-contributiimprese {
    width: 100%;
    height: 50vh;
    background-image: url(../img/services/contributi_imprese.webp) !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
  }

  .backgroud-legal {
    width: 100%;
    height: 50vh;
    background-image: url(../img/services/servizi_legali.webp) !important;
    background-size: cover !important;
    background-position: 70% !important;
    background-repeat: no-repeat !important;
  }

  .backgroud-greenenergy {
    width: 100%;
    height: 40vh;
    background-image: url(../img/logo/green_xl.webp) !important;
    background-size: contain !important;
    background-position: 70% !important;
    background-repeat: no-repeat !important;
  }

  .backgroud-gdpr {
    width: 100%;
    height: 50vh;
    background-image: url(../img/services/GDPR.webp) !important;
    background-size: cover !important;
    background-position: 70% !important;
    background-repeat: no-repeat !important;
  }

  .backgroud-formazione {
    width: 100%;
    height: 50vh;
    background-image: url(../img/services/formazione.webp) !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
  }

  .backgroud-formazione-2 {
    width: 100%;
    height: 40vh;
    background-image: url(../img/logo/academy_xl.webp) !important;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
  }

  .backgroud-personalizzati {
    width: 100%;
    height: 50vh;
    background-image: url(../img/services/servizi_personalizzati.webp) !important;
    background-size: cover !important;
    background-position: right !important;
    background-repeat: no-repeat !important;
  }
}

@media screen and (min-width: 1300px) {
  .backgroud-consulting {
    height: 60vh;
    background-image: url(../img/services/consulenza_aziendale.webp) !important;
    background-color: rgba(0, 4, 32, 1);
    background-size: contain !important;
    background-position: right !important;
    background-repeat: no-repeat !important;
  }

  .service-title {
    width: 50%;
  }
  .service-title h1 {
    padding-left: 25%;
    line-height: 75px;
  }
  .backgroud-fusion {
    height: 60vh;
    background-image: url(../img/services/fusioni_acquisizioni.webp) !important;

    background-size: cover !important;
    background-position: 50% 60% !important;
    background-repeat: no-repeat !important;
  }

  .backgroud-audit {
    height: 60vh;
    background-image: url(../img/services/audit_compliance.webp) !important;

    background-size: cover !important;
    background-position: 100% 55% !important;
    background-repeat: no-repeat !important;
  }

  .backgroud-contributiimprese {
    height: 60vh;
    background-image: url(../img/services/contributi_imprese.webp) !important;

    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
  }

  .backgroud-legal {
    height: 60vh;
    background-image: url(../img/services/servizi_legali.webp) !important;

    background-size: cover !important;
    background-position: 100% 22% !important;
    background-repeat: no-repeat !important;
  }

  .backgroud-greenenergy {
    height: 60vh;
    background-image: url(../img/logo/green_xl.webp) !important;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
  }

  .backgroud-gdpr {
    height: 60vh;
    background-image: url(../img/services/GDPR.webp) !important;

    background-size: cover !important;
    background-position: 100% 22% !important;
    background-repeat: no-repeat !important;
  }

  .backgroud-formazione {
    height: 60vh;
    background-image: url(../img/services/formazione.webp) !important;

    background-size: cover !important;
    background-position: center 25% !important;
    background-repeat: no-repeat !important;
  }

  .backgroud-formazione-2 {
    height: 60vh;
    background-image: url(../img/logo/academy_xl.webp) !important;

    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
  }

  .backgroud-personalizzati {
    height: 60vh;
    background-image: url(../img/services/servizi_personalizzati.webp) !important;

    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
  }
}
