body::before{
    content: '';
    display: block;
    height: 60px;
}
#map iframe{
    box-shadow: 11px 11px 100px rgba(128, 128, 128, 0.581);
    border-radius: 15px;
}
@media (min-width:768px) {
    .news-input{
        width: 50%;
    }
}
@media (max-width:500px){
    #map iframe{
        /* display: none; */
        width: 80%;
        height: auto;
    }
}
