.location {
  background: #fafafa;
  position: relative;
}
.location__map iframe {
  filter: grayscale(85%);
  opacity: 0.995;
}
.location__info {
  padding: var(--spacer) 0;
  color: #fff;
  background: radial-gradient(circle at 100% 80%, #0F2F5A, transparent 75%), #14A38B;
}
.location p {
  font-size: var(--wp--preset--font-size--font-18);
  margin: 0;
}
.location p em {
  font-size: 1.6rem;
  font-style: normal;
}
@media (min-width: 1024px) {
  .location__info {
    padding: 0;
    background: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .location__info .wrap {
    width: 90%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .location__info .address {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    width: 33.33%;
    margin: 0 0 0 auto;
    padding: var(--spacer);
    background: radial-gradient(circle at 100% 80%, #0F2F5A, transparent 75%), #14A38B;
  }
}/*# sourceMappingURL=block-map.css.map */