


.nutribullet {
	padding-top: 0;
}

.nutribullet[class*="nutribullet"]:not(.social):not(.gradient-bg)::before {
	content: "";
	position: absolute;
	top: 0;
	right: auto;
	bottom: auto;
	left: 50%;
	display: block;
	width: 100vw;
	height: 100%;
	max-width: 1920px;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	/*background-color: #006eca;*/
	background-color: #00c389;
	
}

body.skin-layout *[class*="nutri-logo"],
body.skin-layout .nutribullet[class*="nutribullet"]:not(.social):not(.gradient-bg)::before {
	max-width: 1140px;
}

.nutribullet .nutri-logo {
	width: 100vw;
	background-color: #00865E;
	position: relative;
	left: 50%;
	transform: translate(-50%, 0);
	display: block;
	max-width: 1920px;
}

.nutribullet .nutri-logo svg {
	display: block;
	margin: 0 auto;
	width: 250px;
	padding: 18px 0px;
}

.nutribullet .nutri-main {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding-top: 48px;
	gap: 30px;
}

.nutribullet .item-description.nutri-main-ptag p {
	position: relative;
	width: 80%;
	text-align: center;
	color: white;
	margin: 0 auto;
}

.nutribullet .nutri-item {
	display: flex;
	flex-direction: column;
	width: 100%;
	background-color: white;
	border-radius: 25px;
	z-index: 1;
}


.nutribullet .nutri-item-left {
	border-radius: 25px;
}

.nutribullet .nutri-item-right {
	flex: 1;
	display: flex;
	flex-direction: column;
	padding: 30px 20px;
	align-items: center;
	justify-content: center;
}

.nutribullet .item-description{
	flex: 1;
}

.nutribullet .nutri-item .item-description h3 {
	color: #28282a;
	text-align: center;
	margin-bottom: 5px;
	font-size: 24px;
	line-height: 1.23;
	font-family: Core-Sans-C, sans-serif;
	font-weight: 700;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

	.nutribullet .nutri-item .item-description h3 a:hover {
		color: #00865E;
	}

.nutribullet .nutri-item .item-description p {
	text-align: center;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 35px;
}

.nutribullet .item-description + a {
	background-color: #00865E;
	color: #fff;
	margin-bottom: 0px;
}

	.nutribullet .item-description + a:hover {
		background-color: #00c389;
		color: #fff;
	}


@media screen and (max-width: 670px) and (min-width: 0px) {
	
	.nutribullet .nutri-logo svg {
		width: 200px;
	}

	.nutribullet .nutri-main-ptag {
		width: 100%;
	}

	.nutribullet .nutri-item .item-description p {
		margin-bottom: 30px;
	}
	

}


@media screen and (max-width: 1170px) and (min-width: 671px) {

	.nutribullet .nutri-item .item-description h3 {
		font-size: 19px;
	}

	.nutribullet .nutri-item-right {
		padding: 20px 10px;
	}
}


@media screen and (max-width: 1170px) and (min-width: 0px) {

	.nutribullet .nutri-item-right > a {
		font-size: 14px;
	}

}