.map h2{
  color: var(--dark, #1E2528);
  text-align: center;
  font-size: 60px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  text-transform: uppercase;
}

.map img{
  width: 100%;
  height: auto;
  display: block;
  margin-top: 60px;
}

.map{
  background: var(--medium, #E8E0D5);
}