/**
 * Bootstrap customised
 *
 * @see https://github.com/twbs/bootstrap/blob/main/scss/_variables.scss
 */
.block__contact-map .item-contact {
  border-bottom: 1px solid #b7902e;
  padding-bottom: 1rem;
}
.block__contact-map .wrap-map iframe {
  width: 100%;
  height: 400px;
}