body.contatti main {
  padding-top: 120px;
}

address {
  line-height: 1.5rem;

  a {
    text-decoration: none;
    color: inherit;
  }
}

.social {
  margin-top: 1rem;
  align-items: center;

  em {
    font-size: 12px;
  }

  .bordered-fa {
    background: var(--verde1);
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 30px;

    i {
      color: #fff;
    }
  }
}

.wpcf7-text,
.wpcf7 textarea {
  border-color: #133b5b !important;
}
