.pagecomposer-top .col-w-100.banner-top {
  margin-bottom: 0;
}
.banner-top .container h3 {
  text-shadow: none;
  color: #202020;
}
.box-testo h5 {
  color: #202020;
  margin: 0 0 32px;
}
.box-testo ul {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
}
.box-testo li {
  display: inline-block;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 24px auto;
  padding-left: 48px;
  letter-spacing: 0.4px;
  font-size: 18px;
  line-height: 26px;
  position: relative;
  margin-bottom: 32px;
}
.box-testo li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px auto;
  width: 24px;
  height: 24px;
}
.box-testo li:not(:last-child) {
  margin-right: 80px;
}
.box-testo li:nth-child(1)::before {
  background-image: url('/media/images/ico-address.png');
}
.box-testo li:nth-child(2)::before {
  background-image: url('/media/images/ico-phone.png');
}
.box-testo li:nth-child(3)::before {
  background-image: url('/media/images/ico-mail.png');
}
.box-testo li a {
  font-weight: 800;
  font-size: 14px;
  color: #2F7801;
  display: inline-block;
  margin-top: 16px;
}
.box-testo ul li small {
  font-size: 16px;
  font-weight: 500;
  background: url("/themes/easycarhire/images/ico-location.png") no-repeat left center / 12px;
  padding-left: 20px;
  color: #042D61;
}
.form {
  margin-bottom: 56px;
}
.form .btn-default {
  width: 100%;
  max-width: 180px;
  float: right;
}
@media (max-width: 992px) {
  .box-testo.contatti ul {
    width: 100%;
  }
}
