.card-footer-trend {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.article-responsive {
    float: right;
}

.card-body {
    padding: 0.75rem;
}

.card-image>img{
	width: 100%;
}

.newstitel{
	text-align: center;
}

.news-link{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}

a:visited{
	color: #999;
}

.news-block{
	padding: 8px;
}

.news-title{
	width: 100%;
	height: 90px;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.news-source{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: flex-end;
}

.news-source p{
	margin: 0;
}

.news-media{
	margin-left: 20px;
	min-width: 160px;
	min-height: 90px;
	text-align: center;
	background-color: #333;
}

.news-media img{
	max-width: 160px;
	max-height: 90px;
}

footer {
	margin-top: 150px;
	padding: 4rem 0;
	color: #e9ecef;
	background-color: #007bff;
}

.social-button {
	position: relative;
	padding: get-maps((0: 0, 1: 0.25rem, 2: 0.5rem, 3: 1rem, 4: 1.5rem, 5: 3rem), 2) 0;
	margin: 0 auto;
	overflow: hidden;
}

.social-button > ul {
	position: relative;
	left: 50%;
	float: left;
	padding: 0;
	margin: 0;
	list-style: outside none none;
}

.social-button > ul > li {
	position: relative;
	left: -50%;
	float: left;
	padding: 0;
	margin: 0 10px;
}