body::before {
  content: '';
  display: block;
  height: 60px; 
}

@media screen and (min-width: 768px) {
  .news-input {
    width: 50%;
  }
}

#map {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}