
.textSmallNews {
    text-align: center;
    color: rgb(87, 166, 219);
    font-size: 16px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    display: block;
    font-weight: bold;
    cursor: pointer;
}


@media screen and (max-width: 950px) {
    #contactNews {
        display: block;
        height: 50px;
        background-color: white;

    }
}
@media screen and (max-width: 600px) {
    #contactNews {
        display: block;
        height: 50px;
        background-color: white;

    }
}
