#map {
  width:100%;
  height: auto;
  aspect-ratio: 2 / 1;
  border-radius: 1rem;
  overflow: hidden;
}

#map-btn {
  position: relative;
  top: -5rem;
  width: 200px;
  margin: 0 auto;
}

#contact-info {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
  top: 0;
  left: 0;
  width: 100%;
  height: 80vh;
}

#img-dots {
  width: 170%;
  height: auto;
  object-fit: cover;
  z-index: -1;
  position: relative;
}

#dots-div {
  overflow: hidden;
}

@media screen and (max-width:989px) {
  #dots-div {
    overflow: initial;
  }
}

@media screen and (max-width:767px) {
  #map-btn {
    width: 100%;
    top: 0.5rem;
  }
  #contact-info {
    height: auto;
  }
  #img-dots {
    width: 100%;
    height: auto;
    aspect-ratio: 1.2 / 1;
    object-fit: contain;
    z-index: -1;
    object-position: right;
    left: 20%;
    top: -25%;
    margin-bottom: -15%;    
  } 
  header {
    background: none;
  }  
}

#home-title { width: 100%; }

.social-icons > a[href*="whatsapp"] {
  font-size: 2.5rem;
  width: 4rem;
  height: 4rem;
}