.contact-wrapper {
  max-width: 1500px;
  height: auto;
  background-color: rgb(77, 72, 82);
  margin: 10px;
  display: flex;
  align-items: space-around;
  justify-content: center;
  flex-wrap: wrap;
}

.commune-wrapper {
  width: 500px;
  margin: 10px;
  padding: 10px;
  background-color: rgba(200, 200, 219, 0.7);
  border: 0.5px solid rgb(240, 12, 221);
  border-radius: 10px;
  max-width: 200px;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.commune-wrapper p {
  text-align: center;
}


.commune-wrapper h4 {
  padding-left: 10px;
  height: 35px;
  background-color: rgba(153, 221, 25, 0.7);
  color: blue;
  border: 0.5px solid blue;
  border-radius: 10px;
  width: 200px;
  text-align: center;
  padding-top: 5px;
}

.commune-wrapper {
  text-align: center;
  margin-left: 50px;
  padding: 10px 0px;
}

.commune-wrapper p {
  text-align: left;
  margin-left: 15px;
}

.websida,
.mail {
  text-align: center;
  text-decoration: none;
  margin-top: 10px;
  margin-bottom: 10px;

  color: black;
}

@media screen and (max-width: 850px) {
  .info-box-wrapper {
    display: none;
  }
}
