
#news .item {
	padding-bottom: 40px;
	max-width: 1200px;
}

#news .item .thumbnail {
  padding-top: 40%;
  position: relative;
}

#news .item .thumbnail img {
  width: 100%;
  position: absolute;
}
#news .item .thumbnail .wrapper {

}
#news .item .thumbnail .wrapper img {
	object-position: center top;
}
#news .item .surtitle {
  font-size: 15px;
  font-family: 'DINSchrift_light';
  margin-bottom: 10px;
  text-transform: uppercase;
}
#news .item .name {
	font-size: var(--title2-font-size);
	line-height: var(--title2-line-height);
}
#news .item .description {
  font-size: 15px;
  line-height: 18px;
}
#news .item .catcher {
    font-family: 'NotoSerif-Regular';
    font-size: 18px;
    line-height: 22px;
    display: block;
    margin-top: 20px;
}
@media only screen and (min-width: 768px) {
	#news .item {
		margin-bottom: 0;
	}
	#news .item > .wrapper > a {
		display: flex;
	}
	#news .item .thumbnail {
	  position: relative;
	  margin-bottom: 10px;
	  width: 40%;
	}
	#news .item .details {
		margin-top: 0;
		padding-left: 20px;
		width: 60%;
	}
    #news .grid {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 30px;
    }
}
@media only screen and (min-width: 1024px) {
    #news .grid {
        grid-template-columns: 1fr;
    }
}
@media only screen and (min-width: 1280px) {
    #news .grid {
        grid-template-columns: 1fr;
    }
}
