body.chi-siamo::before{
  background-color: none;
  position: static;
}
body.chi-siamo{
  padding-bottom: 0;
}
.about{
  color: #000;
}
.about h1{
  text-transform: uppercase;
  color: #e30b35;
  text-align: center;
  padding-top: 3rem;
}
.about p{
  /*-webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 3rem;
          column-gap: 3rem;*/
  font-weight: 300;
}
.about .main-carousel{
  width: 100%;
}
.about .carousel-cell{
  height: 600px;
  height: 50vw;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
}
