.general-services {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5rem;
}

.map-container {
  height: 400px;
}

.map-container .map {
  width: 100%;
  height: 100%
}

@media (max-width:991px) {
  .general-services {
    margin-bottom: 3rem;
  }
}