.about-first-path {
  margin-top: 150px;
  align-items: center;
  text-align: center;
  font-weight: 300;
}

.create-line {
  width: 660px;
  margin-top: 1%;
  margin-bottom: 5%;
  margin-left: calc(50% - 330px);
  border-top: 1px solid rgb(0, 0, 0);
}
h1 {
  font-weight: 300;
  font-size: 36px;
  line-height: 90%;
  text-align: center;
  color: #56593d;
}

.design,
.doing-good,
.map-container {
  display: flex;
  
  background-color: #ffffef;
  padding: 3%;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
  
}

.design-photo img,
.doing-good-photo img {
  max-height: 30vh;
  max-width: 30vw;
}

.design p,
.doing-good p {
  font-weight: 300;
  font-size: 22px;
  line-height: 135%;
  /* or 135% */

  color: #56593d;
}

.design h2,
.doing-good h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 36px;
}
.map-container {
  background-color: #ffffff;
  margin-bottom: 100px;
}

.map-container h3 {
  margin-bottom: 20px;
  font-size: 18px;
  gap:3%;
    max-height: 30vh;
  max-width: 40vw;
}
