body::before {

    display: block;
    content: '';
    height: 60px

}


ol li {
    margin-bottom: 15px;
}

@media(min-width: 768px) {

    .news-input {

        width: 50%
    }
}