.img-gradient {
    background-image: none;
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(150deg, #0a5dd3, #24a7ff);
    background-image: -o-linear-gradient(150deg, #0a5dd3, #24a7ff);
/*  background-image: linear-gradient(130deg,#fdcd0a,#fdcd0a,#E5BD51,#E5BD51);
    background-image: linear-gradient(40deg,#F6C237,#fdcd0a,#fdcd0a,#F7C847);
	background-image: linear-gradient(40deg,#A6B0BE,#8E96A2,#8E96A2,#687B96);*/

	background-image: linear-gradient(40deg,#E5BD51,#E5BD51,#E5BD51,#E5BD51);
	z-index: -1;
	opacity: 0.8;
}

.img-1-bk {
	background-image: url('https://images.unsplash.com/photo-1490457843367-34b21b6ccd85?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=769&q=80');
}

.card__img-1 {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 25px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}

.card__img-1-bk {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 180px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}

.card {
	margin: 20px 20px 20px 20px;
	transition: all .3s cubic-bezier(0.175, 0.885, 0, 1);
	background-color: #fff;
	/* width: 33.3%; */
	position: relative;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0px 13px 10px -7px rgba(0, 0, 0,0.1);
}


.card__info {
	z-index: 2;
	background-color: #fff;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	padding: 15px 24px 15px 24px;
}

.card__category {
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 2px;
	font-weight: 500;
	color: #868686;
}

.card__title {
	margin-top: 5px;
	margin-bottom: 10px;
	font-family: 'Roboto Slab', serif;
	font-size: 28px;
}

.card__by {
	font-size: 12px;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	margin-bottom: 5px;
}

.card__author {
	font-weight: 600;
	text-decoration: none;
	color: #AD7D52;
}

.card__link { 
	margin: 18px 0px;
 }