section.sub_section {
	background-image: url(../img/custom_banner.png);
	background-size: cover;
	height: 98px;
	display: flex;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	justify-content: center;
	align-items: center;
}
.best_recipe_text.text-center {
	position: relative;
	top: -60px;
	background: #ffffff;
	width: 83%;
	margin: 0px auto;
	box-shadow: 0px -3px 3px #e7cfcf;
	padding: 36px 0px;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a.read_more:hover svg {
	transition: 0.6s all;
	transform: translateX(5px);
}
section.sub_section .sub_banner_text h5 {
	color: #fff;
	font-size: 21px;
	margin-bottom: 3px;
}
section.sub_section .sub_banner_text p span {
	padding-right: 6px;
	padding-left: 2px;
}
section.sub_section .sub_banner_text p span,
section.sub_section .sub_banner_text p a {
	color: #fff;
	font-family: "Poppins-SemiBold";
	font-size: 11px;
	text-transform: uppercase;
}
section.sub_section .sub_banner_text p {
	margin-bottom: 0;
}

/* Product CSS Start */
.product_start .single-recipe {
	margin-right: unset !important;
}
.product_start {
	width: 79%;
	padding-bottom: 37px;
}
.product_start .single-reicepe .main_img img {
    width: 100%;
    height: 260px;
    object-fit: contain;
}
/* .main_img img {
	height: 260px;
	object-fit: cover;
} */
.best_recipe_text.text-center p {
	color: #000000;
	opacity: 0.5;
	margin: 21px 0px;
	font-size: 11px;
	height: 82px;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}
section.product_section .top_section.text-center .icon_img {
	margin-top: 35px;
	margin-bottom: 19px;
}

section.product_section .top_section.text-center h4 {
	margin-bottom: 39px;
}
.best_recipe_text.text-center {
	position: relative;
	top: -44px;
	background: #ffffff;
	width: 85%;
	margin: 0px auto;
	margin-bottom: -12px;
	padding: 36px 0px;
	box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
	height: 225px;
}
.best_recipe_text.text-center h6 {
	color: #585858;
	margin-bottom: 16px;
	font-family: "Exo2-Bold";
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}
.best_recipe_text.text-center.active {
	background: #47a942;
}
.best_recipe_text.text-center.active a {
	color: #ffffff;
}
.best_recipe_text.text-center.active p {
	color: #ffffff;
	opacity: 0.5;
}
.best_recipe_text.text-center.active h6 {
	color: #ffffff;
}
.best_recipe_text.text-center a svg {
	position: relative;
	top: 2px;
	left: 6px;
}
.best_recipe_text.text-center a {
	color: #47a942;
	font-family: "Poppins-Medium";
	font-size: 13px;
	color: #585858;
}

@media (max-width: 1200px) {
	.product_start {
		width: 88%;
	}
}
@media (max-width: 991px) {
	.product_start {
		width: 98%;
	}
}

@media (max-width: 576px) {
	.single-reicepe .main_img {
		text-align: center;
	}
	.single-reicepe .main_img img {
		width: 100%;
	}
	.best_recipe_text.text-center {
		position: unset;
		top: unset;
		width: 100%;
		margin-bottom: 35px;
	}
}
