.riga-contatti .container {
  max-width: 1348px;
}
h2 {
  margin: 32px 0 64px;
}
.box-testo h3 {
  color: #37474F;
  margin: 0 0 45px 0;
}
.box-testo ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.box-testo ul li {
  padding-left: 48px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 28px;
  font-size: 18px;
  font-weight: 700;
  color: #37474F;
  line-height: 28px;
  margin-bottom: 35px;
}
.box-testo ul li:nth-child(1) {
  background-image: url("/themes/gesco/images/ico-mail.png");
}
.box-testo ul li:nth-child(2) {
  background-image: url("/themes/gesco/images/ico-phone.png");
}
.box-testo ul li:nth-child(3) {
  background-image: url("/themes/gesco/images/ico-whatsapp.png");
}
.box-testo ul li a {
  font-size: 18px;
  font-weight: 700;
  color: #37474F;
  line-height: 28px;
}
.box-testo.come-raggiungerci {
  margin-bottom: 42px;
  text-align: center;
}
.box-testo.come-raggiungerci h3 {
  margin-bottom: 18px;
}
.box-testo.come-raggiungerci p {
  padding-left: 42px;
  position: relative;
  clear: both;
  margin: 0;
  display: inline-block;
}
.box-testo.come-raggiungerci a {
  font-family: "soleil";
  font-size: 16px;
  font-weight: 700;
  color: #0038CA;
  text-decoration: underline;
}
.box-testo.come-raggiungerci p::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -16px;
  width: 23px;
  height: 32px;
  display: block;
  background: url("/themes//gesco/images/ico-address.png") no-repeat center / contain;
}
