@media (min-width: 577px) {
    table{
        border-spacing: 0;
        width: 100%;
    }
    table td{
        padding: 0.5% 5%;
    }
    #logoDesktop{
        border: none;
    }
    #navMenu > a:first-child{
        border-bottom: 3px solid #B7D5BD;
    }
    .sectionHeader{
        font-size: 1rem;
        margin: 2.5% 0% 2.5% 5%;
        justify-content: left;
    }
    .news{
        width: 90%;
        font-size: 0.9rem;
        margin: 3% 5% 0 5%;
        position: relative;
    }
    .newsContainer{
        width: 48%;
        margin: 0px 1%;
        float: left;
    }
    .newsElement{
        display: flex;
        flex-direction: column;
        background-color: white;
        padding-bottom: 5%;
        border-radius: 10px;
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    }
    .newsElement > img{
        width: 100%;
    }
    .newsElementContent{
        padding: 3% 5% 0px 5%;
        display: flex;
        flex-wrap: wrap;
        height: 90%;
    }
    .newsElementContent > b{
        width: 100%;
        margin-bottom: 1%;
    }
    .signature{
        padding-bottom: 2%;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
    .sectionHeader{
        font-size: 1rem;
    }
    .news{
        width: 100%;
    }
    .newsContainer{
        width: 90%;
        font-size: 0.9rem;
        margin: 5% 5% 0 5%;
    }
    .newsElement{
        display: flex;
        flex-direction: column;
        background-color: white;
        padding-bottom: 5%;
        margin-bottom: 5%;
        border-radius: 10px;
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    }
    .newsElement > img{
        width: 100%;
    }
    .newsElementContent{
        padding: 3% 5% 0px 5%;
        display: flex;
        flex-wrap: wrap;
        height: 90%;
    }
    .newsElementContent > b{
        width: 100%;
        margin-bottom: 2%;
    }
    .signature{
        padding-bottom: 2%;
    }
}