.pagecomposer-top .col-w-100.banner-top {
  margin-bottom: 0;
}
.banner-top .container h3 {
  text-shadow: none;
  color: #202020;
}
.pagecomposer-contenitore {
  margin-bottom: 40px;
}
.riga-servizi {
  margin-bottom: 40px;
}
.riga-servizi > .col-w-50 {
  border-radius: 20px;
  overflow: hidden;
}
.riga-servizi.with-ico > .col-w-50:first-child {
  border-left: 160px solid #fff;
  position: relative;
  overflow: visible;
}
.riga-servizi.with-ico .box-immagine {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.riga-servizi.with-ico .box-immagine .cont-box-img {
  width: 208px;
  height: 208px;
  border-radius: 104px;
  position: absolute;
  left: -160px;
  top: 50%;
  margin-top: -104px;
  border: 1px solid #EDEDED;
  background: #fff;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.riga-servizi.with-ico .box-immagine .cont-box-img figure {
  width: 80px;
  height: 80px;
  position: relative;
}
.riga-servizi.with-ico .box-immagine .cont-box-img figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translateY(-50%, -50%);
  transform: translateY(-50%, -50%);
}
.riga-servizi.with-ico .box-immagine .cont-box-img h3 {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 0;
}
.box-testo h5 {
  margin: 0 0 16px;
}
.box-testo li {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-image: url('/media/images/ico-address.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 24px auto;
  padding-left: 40px;
  margin-top: 24px;
  min-height: 78px;
}
.box-testo li a {
  font-size: 16px;
  font-weight: 700;
  color: #2F7801;
  line-height: 20px;
}
@media (min-width: 768px) {
  .riga-servizi {
    display: table;
    min-height: 350px;
  }
  .riga-servizi > .col-w-50 {
    width: 50%;
    float: none;
    display: table-cell;
    vertical-align: middle;
  }
  .riga-servizi > .col-w-50:last-child {
    padding-left: 32px;
  }
}
@media (max-width: 767px) {
  .banner-top {
    background-position: 70% center !important;
  }
  .riga-servizi:not(.with-ico) > .col-w-50:first-child {
    min-height: 150px;
  }
  .riga-servizi.with-ico > .col-w-50:first-child {
    min-height: 350px;
    border-left: 0;
    border-bottom: 80px solid #fff;
  }
  .riga-servizi.with-ico .box-immagine .cont-box-img {
    top: 100%;
    left: 50%;
    margin-left: -104px;
  }
}
