.card-nRhythm .content .heading {
	font-size: 0.9em;
	font-weight: 500;
	color: #756554;
	transition: color 1s;
	font-family: "Roboto";
	line-height: 1.5em;
}

.card-image-rhythm {
	background-color: #e4e8dd;
	position: relative;
	overflow: hidden;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: -20px;
	border-radius: 6px;
	box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.card-image-rhythm img {
	margin-left: 15px;
}

.card-image-ashoka {
	background-color: #e4e8dd;
	position: relative;
	overflow: hidden;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: -30px;
	border-radius: 6px;
	box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.card-image-ashoka img {
	width: 50%;
	margin-left: 130px;
}

.card-image.savory {
	background-color: #e4e8dd;
}

.card-image.savory img {
	width: 90%;
	margin-left: 20px;
}