#news {
    text-align: center;
    font-size: 15px;
}

#news h1 {
    padding-top: 30px;
    padding-bottom: 15px;
    color: #322509;
}

#news1, #news2, #news3 {
    margin: 0 auto;
    width: 65%;
    background-color: #F9A704;
    cursor: pointer; 
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
}

#news1 p, #news2 p, #news3 p{
    padding: 10px;
}

#news1_2, #news2_2, #news3_2 {
    margin: 0 auto;
    width: 65%;
    background-color: #FDCB68;
    display: none;
}
#news1_2 p,#news2_2 p, #news3_2 p {
    padding: 20px;
}

@media only screen and (max-width: 1000px) {

    #news1, #news2, #news3 {
        width: 80%;
    }

    #news1_2, #news2_2, #news3_2 {
        width: 80%;
    }

    html, body {
        height: 125%;
    }
}