
.sezioneBianca ul {
  font-size: 14px;
  line-height: 27px;
  margin-left: 30px;
  margin-bottom: 0;
}

/* /////////////////////////////////////////////////////////////////
//////////////////////// SERVIZIO CONTROLLO ///////////////////////
/////////////////////////////////////////////////////////////////// */

#section1 {
  height: 100vh;
  position: relative;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  display: flex;
  align-items: flex-start;
  background:linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../imgs/organizzazioneAziendale.jpg");
  background-position: 40% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff;
}
#section1 h1 {
    font-family: 'Domine', sans-serif;
    width: 340px;
    margin-bottom: 30px;
    font-size: 60px;
}

/* sezione altri servizi */
.otherServices .services{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.otherServices .services a{
  border: none;
  padding: 0;
  margin-top: 0px !important;
  margin-bottom: 0px;
}
.otherServices .services .servizio{
  margin: 0px 10px;
  margin-bottom: 20px;
  width: 200px;
  height: 300px;
}
.otherServices .services .servizio h5{
  font-family: 'Domine', sans-serif;
  margin-top: 10px;
  margin-bottom: 0px;
}

/* GESTIONE SINGOLI SERVIZI COLLEGATI */
.organizzazioneAziendale {
  display: flex;
  align-items: flex-end;
  background:linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../imgs/organizzazioneAziendale.jpg");
  background-position: 10% 20%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff;
  padding: 10px;
}
.passaggioGenerazionale {
  display: flex;
  align-items: flex-end;
  background:linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../imgs/scopri.jpg");
  background-position: 50% 20%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff;
  padding: 10px;
}
.gestioneCrisi {
  display: flex;
  align-items: flex-end;
  background:linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../imgs/gestioneCrisi.jpg");
  background-position: 50% 20%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff;
  padding: 10px;
}
.consulenzaFiscale {
  display: flex;
  align-items: flex-end;
  background:linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../imgs/consulenza.jpg");
  background-position: 50% 20%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff;
  padding: 10px;
}
.controlloDiGestione {
  display: flex;
  align-items: flex-end;
  background:linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../imgs/controlloDiGestione.jpg");
  background-position: 50% 20%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff;
  padding: 10px;
}
/* /////////////////////////////////////////////////////////////////
//////////////////////////  MEDIA QUERIES /////////////////////////
/////////////////////////////////////////////////////////////////// */

@media all and (max-width: 575px){
  #section1 h1 {
    font-family: 'Domine', sans-serif;
    width: 280px;
    margin-bottom: 30px;
    font-size: 40px;
  }
  h1 {
    font-size: 35px;
  }
}

@media all and (min-width: 576px) and (max-width: 767px) {
}

/* Medium devices (tablets, 768px and up) */
@media all and (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 30px;
  }

}

/* Large devices (desktops, 992px and up) */
@media all and (min-width: 992px) and (max-width: 1200px) {

}
/* Large devices (desktops, 992px and up) */
@media all and (min-width: 1201px) {

}
