#wrap-contatti p, #form-contatti h2{
  text-align: left;
}


#contatti{
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap:20px;
  margin-top:2em
}
#contatti li{
  font-size: 1.5em;
  display: inline-block;
  text-align: center;
  
}

#contatti li a::before {
  content: "";
    width: 3em;
    line-height: 0;
     display: grid;
    align-items: end;
    background-repeat: no-repeat;
    background-size: 100%;
}


.li-whatsapp a::before{
  content:"";
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg  viewBox='0 0 452 452' version='1.1' id='svg1' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Cdefs id='defs1' /%3E%3Cpath fill='%2321c063' d='M 382.9,67.1 C 341,25.1 285.2,2 225.9,2 103.5,2 3.9,101.6 3.9,224 c 0,39.1 10.2,77.3 29.6,111 L 2,450 119.7,419.1 c 32.4,17.7 68.9,27 106.1,27 h 0.1 c 122.3,0 224.1,-99.6 224.1,-222 0,-59.3 -25.2,-115 -67.1,-157 z m -157,341.6 c -33.2,0 -65.7,-8.9 -94,-25.7 l -6.7,-4 -69.8,18.3 18.6,-68.1 -4.4,-7 C 51.1,292.8 41.4,258.9 41.4,224 41.4,122.3 124.2,39.5 226,39.5 c 49.3,0 95.6,19.2 130.4,54.1 34.8,34.9 56.2,81.2 56.1,130.5 0,101.8 -84.9,184.6 -186.6,184.6 z M 327.1,270.5 c -5.5,-2.8 -32.8,-16.2 -37.9,-18 -5.1,-1.9 -8.8,-2.8 -12.5,2.8 -3.7,5.6 -14.3,18 -17.6,21.8 -3.2,3.7 -6.5,4.2 -12,1.4 -32.6,-16.3 -54,-29.1 -75.5,-66 -5.7,-9.8 5.7,-9.1 16.3,-30.3 1.8,-3.7 0.9,-6.9 -0.5,-9.7 -1.4,-2.8 -12.5,-30.1 -17.1,-41.2 -4.5,-10.8 -9.1,-9.3 -12.5,-9.5 -3.2,-0.2 -6.9,-0.2 -10.6,-0.2 -3.7,0 -9.7,1.4 -14.8,6.9 -5.1,5.6 -19.4,19 -19.4,46.3 0,27.3 19.9,53.7 22.6,57.4 2.8,3.7 39.1,59.7 94.8,83.8 35.2,15.2 49,16.5 66.6,13.9 10.7,-1.6 32.8,-13.4 37.4,-26.4 4.6,-13 4.6,-24.1 3.2,-26.4 -1.3,-2.5 -5,-3.9 -10.5,-6.6 z' id='path1' /%3E%3C/svg%3E");
  margin: 0 auto 0.5em;
  aspect-ratio: 1 / 1;
}

.li-mail a::before{
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg  viewBox='0 0 512 384' version='1.1' id='svg1' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Cdefs id='defs1' /%3E%3Cpath fill='%2322577a' d='M 61.4,0 C 27.5,0 0,27.5 0,61.4 0,62.3 0,63.1 0.1,64 H 0 v 256 c 0,35.3 28.7,64 64,64 h 384 c 35.3,0 64,-28.7 64,-64 V 64 h -0.1 c 0,-0.9 0.1,-1.7 0.1,-2.6 C 512,27.5 484.5,0 450.6,0 Z M 464,128.3 V 320 c 0,8.8 -7.2,16 -16,16 H 64 c -8.8,0 -16,-7.2 -16,-16 V 128.3 l 154.8,117.4 c 31.4,23.9 74.9,23.9 106.4,0 z M 48,61.4 C 48,54 54,48 61.4,48 h 389.2 c 7.4,0 13.4,6 13.4,13.4 0,4.2 -2,8.2 -5.3,10.7 L 280.2,207.5 c -14.3,10.8 -34.1,10.8 -48.4,0 L 53.3,72.1 C 50,69.6 48,65.6 48,61.4 Z' id='path1' /%3E%3C/svg%3E");
  margin: -2px auto 0.5em;
  aspect-ratio: 16 / 12;
  aspect-ratio: 1 / 1;
  background-position: bottom;
}

#form-contatti{
	padding:0;
	border:none;
	box-shadow:none;
}
@media screen and (min-width: 767px){
  #contatti{
  grid-template-columns: minmax(0, auto) minmax(0, auto);
    justify-content: center;
    gap:5em
  }

  #contatti li::before {
   
}

}

@media screen and (min-width:1200px){

   #contatti{
      gap:2em
  } 
  #wrapper > div{
    display: grid;
     grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    
  }
  
  #wrapper > div > div:last-child{
    max-width:none !important;
    margin-left: 0;
    margin-right: 0;
  }
} 

@media screen and (min-width:1400px){
#contatti{
      gap:4em
  } 

}