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 {
	position: relative;
	background: #ffffff;
	margin: 0px auto;
	padding: 36px 0px;
    border-top: 1px solid #000;
}
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: 95%;
	padding-bottom: 37px;
}
/* .main_img img {
	height: 260px;
	object-fit: cover;
} */
.best_recipe_text p {
    color: #000000;
    margin: 5px 0px 12px;
    font-size: 13px !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: 35px;
}
.best_recipe_text .the-text h6 {
    margin-bottom: 0px;
    font-size: 20px;
}
.single-reicepe {
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}
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 {
    position: relative;
    background: #ffffff;
    margin: 0px auto;
    padding: 36px 32px;
}
.best_recipe_text .the-flex {
    display: flex;
    gap: 12px;
}

.best_recipe_text .the-flex span {
    display: block;
}
.best_recipe_text figure {
    width: 50px;
    height: 50px;
}

.best_recipe_text figure img {
    max-height: 100%;
    object-fit: cover;
    min-width: 100%;
    border-radius: 50%;
}
.best_recipe_text.active {
	background: #47a942;
}
.best_recipe_text.active a {
	color: #ffffff;
}
.best_recipe_text.active p {
	color: #ffffff;
	opacity: 0.5;
}
.best_recipe_text.active h6 {
	color: #ffffff;
}
.best_recipe_text a svg {
	position: relative;
	top: 2px;
	left: 6px;
}
.best_recipe_text a {
	color: #47a942;
	font-size: 13px;
	color: #585858;
}
section.product_section {
    padding-bottom: 100px;
}
.single-reicepe .main_img img {
    height: 212px;
    object-fit: cover;
    width: 100%;
}
.best_recipe_text h6 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 39px;
}

.best_recipe_text a p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 37px;
}
@media (max-width: 1200px) {
	.product_start {
		width: 100%;
	}
}
@media (max-width: 991px) {
}

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