#mobile-posts-carousel {
	display: none;
}
.posts-and-recipes {
	background-color: #fbf9f7;
	padding: 40px 16px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.posts-and-recipes .card {
	height: 230px;
	width: 300px;
	display: flex;
	flex-direction: column;
	margin: 0px 10px;
}

.posts-and-recipes .card-image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	height: 136px;
	overflow: hidden;
	width: 100%;
}

.posts-and-recipes .recipe-card-image-1 {
	background-image: url("https://images.anovaculinary.com/sous-vide-self-buttering-corn-on-the-cob/header/sous-vide-self-buttering-corn-on-the-cob-header-small.jpg");
}

.posts-and-recipes .recipe-card-image-2 {
	background-image: url('https://images.anovaculinary.com/sous-vide-teriyaki-chicken-bowl/header/sous-vide-teriyaki-chicken-bowl-header-small.jpg');
}

.posts-and-recipes .card .card-bottom {
	display: flex;
	height: 94px;
	flex-direction: column;
	padding: 7px 15px;
	align-items: flex-start;
	background-color: #ffffff;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	position: relative;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}

.posts-and-recipes .card .card-bottom .card-pill {
	width: 142px;
	height: 22px;
	border-radius: 25px;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -12px;
	right: 15px;
	font-size: 14px;
	font-weight: 700;
}

.card-bottom .blog-pill {
	background-color: #edf6cf;
}

.card-bottom .recipe-pill {
	background-color: #fff4d0;
}

.posts-and-recipes .card span {
	font-size: 12px;
	font-weight: 600;
	color: #959595;
	line-height: 1.33;
}

.posts-and-recipes .card p {
	margin: 2px 0px 0px 0px;
	color: #646464;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.05;
	text-align: left;
}

.posts-and-recipes .card a {
	color: #c6c9c9;
	font-size: 14px;
	font-weight: 600;
	align-self: flex-end;
	line-height: normal;
	margin-top: auto;
}
