body::before{
    display: block;
    content:'';
    height: 60px;
}
@media (min-width: 768px){
    .news-input{
        width: 70% ;
    }
}

@media (min-width: 576px){
    #map{
        width: 100%;
        height: 100%;
        border-radius: 10px;
        margin-top: 10px;
        margin-bottom: 20px;
    }

}
  


