body::before {
    display: block;
    content: "";
    height: 70px;
}

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

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