
.card {
  display: flex;
  flex-wrap: wrap;
  background-color: #E3DEDE;
}

.card > * {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 280px;
}

.media {
	
  background-image: url("../images/News/001.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
  min-height: 280px;
}
.content {
  padding:1%;
  margin:1%;
  
}

