@media (min-width: 769px) {
  .wrap__cal-map {
    gap: 30px;
    justify-content: space-between;
  }
  .wrap__park-access {
    max-width: 1200px;
    display: flex;
    gap: 30px;
    justify-content: space-between;
  }
  .flex-md.wrap__cal-map {
    margin-bottom: 64px;
    align-items: end;
  }
  .mb-0 {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {

}