.pagecomposer-top .col-w-100.banner-top {
  margin-bottom: 32px;
}
.banner-top .container {
  min-height: 280px;
}
.pagecomposer-contenitore {
  margin-bottom: 80px;
}
.pagecomposer-contenitore .col-w-100 {
  margin-bottom: 0;
}
.box-testo h3 {
  color: #008BD2;
  margin: 32px 0 0;
}
.box-testo h6 {
  padding: 2px 0 2px 52px;
  position: relative;
  margin: 32px 0 16px;
  color: #064593;
}
.box-testo h6::before {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  top: 0;
  left: 0;
  background-image: var(--bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.box-testo p {
  font-size: 16px;
  color: #042D61;
  line-height: 22px;
  letter-spacing: 0.5px;
}
