.map {
  background-color: #f1f1f2;
  padding-bottom: 50px;
  /* padding-top: 50px; */
}
@media(min-width: 992px ) {
  .map {
    padding-top: 50px;
  }
}

.card-map {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  color: white;
}
@media (min-width: 0) {
  .card-map {
    align-items: center;
    min-height: 80vh;
    text-align: center;
  }
  .card-map img {
    object-position: top;
    position: relative;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .card-map {
   align-items: flex-start;
   min-height: 85vh;
   text-align: unset;
  }
  .card-map img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%!important;
    object-fit: contain;
    z-index: 1 !important;
    object-position: center;
  }
}
@media(min-width: 1440px) {
  .card-map img {
    object-position: left center;
  }

}
  @media (min-width: 1440px) {
    .card-map {
     min-height: 85vh;
    }

}

.card-map p {
  line-height: 1.1;
  font-size: 14px;
  z-index: 2;
  color: #7a7b7d;
  margin-top: 0;
  margin-bottom: 15px;
}
.card-map h2 {
  font-weight: bold;
  z-index: 2;
  position: relative;
  font-size: 44px;
}
.card-map .circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #E14097;
  margin-bottom: 10px;
}
.card-map h2 a {
  color: #7a7b7d !important;
  text-decoration: none;
}
.card-map button {
  z-index: 2;
  box-shadow: 0px 20px 45px rgba(255, 99, 76, 0.11);
  border: 1px solid #d13aa0;
  padding: 0.75rem 1.75rem;
  opacity: 1;
  font-weight: bold;
  background: white;
  color: #58595b;
  font-size: 1.2rem;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  width: 210px;
}

