.news-list > .col > .row {
	display: block;
}
.news-list > .col > .row .card {
	padding: 20px;
	display: flex;
	position: relative;
	flex-direction: row;
	border: 1px solid #f3f3f3;
	border-radius: 10px;
	
}
.news-list > .col > .row .card img {
	width: auto;
}
.news-list > .col > .row .card .card-body .d-flex.justify-content-between.align-items-center{
	float: left;
}
.news-list-more {display: none}

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

.news-list > .col > .row .card {
	display: flex;
	flex-direction: column;
}
.card-body {
	padding: 1rem 0em 0em;
}
.news-list > .col > .row .card img {
	width: 100%;


}