.row.align-items-stretch {
  align-items: stretch;
}

.news-box {
  height: 100%;
}

.map-container {
  flex: 1;
  display: flex;
}

.map-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 6px;
}

/* Responsive: on small screens, map gets fixed height */
@media (max-width: 991px) {
  .map-container iframe {
    height: 300px;
  }
}
