.route{
    padding: 1rem 6rem;
    background-color: #F5F5F5;
}
.route h4 span{
    color: black;
}


.contact__section {
  padding: 2rem 4rem;
  background-color: #fff;
}

.contact__block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 4rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}

.contact__content, .contact__map {
  flex: 1;
  min-width: 280px;
}

.contact__title {
  font-size: 1.8rem;
  color: #333;
  margin-bottom: 2rem;
}

.contact__text {
  font-size: 1rem;
  color: #555;
  margin-bottom: 1.5rem;
}

.contact__map iframe {
  width: 100%;
  height: 100%;
  min-height: 250px;
  border-radius: 10px;
}

.reverse {
  flex-direction: row-reverse;
}

@media (max-width: 768px) {
  .contact__block,
  .contact__block.reverse {
    flex-direction: column;
  }

  .contact__title {
    text-align: center;
  }

  .contact__map iframe {
    min-height: 200px;
  }
}
.icon__contact {
  color: orange;
  margin-right: 8px;
  padding-bottom: 20px;
}
