.about-indicit #map {
  height: 400px;
  width: calc(100% + 60px);
  position: relative;
  right: 30px;
  margin-top: 20px
}

.about-indicit #map {
  height: 400px;
  width: calc(100% + 60px);
  position: relative;
  right: 30px;
  margin-top: 20px
}

#map h3 a {
  text-decoration: none;
}

.partners #map {
  height: 70vh;
  min-height: 600px;
  width: 100%;
  position: relative;
}

@media only screen and (max-width:1024px) {
  .about-indicit #map {
    right: 0;
    width: 100%;
  }
}
