.contato-map {
  width: 100%;
  min-height: 400px;
}
.icon-cont{
  width: 70px;
  height: 70px;
  background-color: var(--primary-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 2rem;
}
.bg-form{
  border-radius: 24px;
border: 1px solid #D0D0D0;
background: rgba(0, 0, 0, 0.00);
}