.contato-map {
  width: 100%;
  min-height: 400px;
}
.icon-mod{
  border-radius: 12px;
  background: #EAEAEA;
  font-size: 1.3rem;
  color: var(--primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 60px;
  height: 60px;
  margin-top: 10px;
  margin-right: 10px;
}
.form--contato label{
  color: #4A4848;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
}