.promo_section--contact {
  margin-bottom: 4.5rem;
}

/* /kontakt/: breadcrumb sits between promo and contact block — add
   breathing room so it doesn't visually glue to the contact card. */
.breadcrumb + .section__contact {
  margin-top: 3rem;
}
@media screen and (max-width: 750px) {
  .breadcrumb + .section__contact { margin-top: 1.5rem; }
}

@media screen and (max-width: 750px) {
  .promo_section--contact {
    margin-bottom: 32px;
  }

  .section__contact {
    margin-bottom: 32px;
  }


}
