#news {
position: relative;
}
#news h4 {
background: var(--c_gold);
color: var(--c_darkBlown);
font-size: 110%;
margin: 0 0 0.6em;
padding: 1% 0 0.8%;
text-align: center;
}
#news section article {
background: var(--c_darkBlown);
border: dotted 3px var(--c_gold);
color: white;
line-height: 1.5;
margin: 0 auto 5%;
padding: 1em;
text-align: left;
}
#news section article .date {
margin: 0 0 1%;
text-align: right;
}
#news section article .img{
margin: 0 0 0.5em;
width: 100%;
}
#news section article .img img{
height: auto;
width: 100%;
}
/*#news::before {
aspect-ratio: 1;
background: url(../img/bg_news.svg) center / contain no-repeat;
content: "";
position: absolute;
left: 0;
top: 50%;
transform: translate(-50%, -50%);
user-select: none;
width: 35vw;
z-index: -1;
}*/