.img-cover {
  max-height: 100vh;
  margin-top: -5%;
}

.contact-menu {
  border-top-left-radius: 70px;
  border-top-right-radius: 70px;
}

.contact-menu p {
  color: #616741;
  margin-bottom: 0;
}

.contact-menu a {
  text-decoration: none;
}

.contact-menu img {
  opacity: .7;
}

.contact-menu img:hover {
  opacity: 1;
}

.address-map {
  width: 100%;
  height: 50vh;
}

@media screen and (width <= 575.98px) {
  .contact-menu {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .contact-menu img {
    width: 25%;
  }

  .img-cover {
    margin-top: 0%;
  }

  .address-map {
    width: 100%;
    height: 35vh;
  }
}

@media screen and (width >= 576px) and (width <= 991.98px) {
  .contact-menu {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }

  .contact-menu img {
    width: 18%;
  }
}
/*# sourceMappingURL=contact.b2be79b7.css.map */
