/* Google Maps accept */
.map-container {
  background-color: #d4d6db;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 400px;
  width: 100%;
}
