#news>div.advice{max-width:948px;width:100%;display:flex;flex-direction:column;padding:20px;box-sizing:border-box;background-color:#f6f6f6;border-radius:5px;margin:20px auto}
#news>div.advice>button{margin-top:20px}
#news>div.advice>div{text-align:center}
@media (min-width:768px) {
    #news>div.advice{flex-direction:row;justify-content:space-between}
    #news>div.advice>button{margin:0}
    #news>div.advice>div{text-align:left;width:70%} }