/****************
 * Fonts
 ****************/
/****************
 * Colors
 ****************/
/****************
 * Grid Settings
 ****************/
/**************
 * Buttons
 **************/
/****************
 * Blocks
 ****************/
.block-meeting-point {
  padding: 0.5rem 0;
}
@media (min-width: 768px) {
  .block-meeting-point {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .block-meeting-point__content {
    padding-top: 3.5625rem;
  }
}
.block-meeting-point__heading {
  margin-bottom: 1.5625rem;
}
@media (min-width: 768px) {
  .block-meeting-point__heading {
    margin-bottom: 1.9375rem;
    font-size: 2.625rem;
    line-height: 1.1428571429;
  }
}
.block-meeting-point__map {
  padding-bottom: 53%;
  margin: 1.75rem 0 0;
  box-shadow: none;
}
@media (min-width: 768px) {
  .block-meeting-point__map {
    padding-bottom: 55.4%;
    margin: 0 0 0 -30px;
  }
}
.block-meeting-point iframe {
  border: none;
}