#servizi img {
    width: 6em;
}

#servizi #img-branding {
  width: 3.5em;
}

#servizi #img-packaging {
  width: 5.5em;
}

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

  #servizi li {
      width: 49%;
      vertical-align: text-bottom;
  }

  #contenuto {
      padding-top: 3.2em;

  }

}


@media only screen and (min-width: 600px) {

  #contenuto {
      padding-top: 4em;

  }

  #servizi li {
    width: 17%;
    vertical-align: text-bottom;
  }

  #pills li {
    width: 24.8%;
  }

  #servizi, #players {
    display: block;
    width: 65%;
  }

  body > section#content > div#contenuto > p {
    width: 45vw;
text-align: justify;

  }

}

@media screen and (min-width:601px) and (max-width:1664px) {
  #pills li {
    width: 24.5%;
  }
}


#contenuto {
  max-width: 100vw !important;
    width: 100vw !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    position: relative;
    left: 50%;
    right: 50%;

}

p.cattext {
    margin-bottom: 50px;
}

.row.wiide{
  max-width: 100vw !important;
  width: 100vw !important;
  margin-left: -50vw !important;
  position: relative;
  left: 50%;
  right: 50%;
  overflow-x: hidden;
}

.firstone {
  margin-top:-4px;
}

.banner {
  margin-top: -9px;
}