.plan-need {
  text-align: center;
}
.plan-need__row {
  display: flex;
  margin-bottom: 25px;
  gap: 16px;
}
.plan-need__item {
  border: solid 1px #D5D7D9;
  border-radius: 14px;
  max-width: 704px;
  text-align: center;
  padding: 16px;
}
.plan-need__item--image img {
  width: 504px;
  height: auto;
}
.plan-need__item--text h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 37px;
  margin-bottom: 10px;
}
.plan-need__item--text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
}
.plan-need__actions {
  text-align: center;
}
.plan-directions__image, .plan-directions__map {
  text-align: center;
}
.plan-directions__image {
  width: 1024px;
  margin: 50px auto 80px;
}
.plan-directions__map h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 37px;
  margin-bottom: 10px;
}
.plan-directions__map p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
}
.plan-directions__map iframe {
  width: 100%;
  height: 796px;
}
.plan-directions__map--text {
  width: 1194px;
  display: inline-block;
}

.experience-block {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 80px;
}
.experience-block__image, .experience-block__text {
  width: 40%;
}
.experience-block__image img {
  width: 504px;
  height: auto;
}
.experience-block__text h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 37px;
  margin-bottom: 10px;
}
.experience-block__text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
}
.experience-block:nth-child(even) {
  flex-direction: row-reverse;
}
.experience-block:last-child {
  margin-bottom: 0;
}
