*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
a{
	color: #000;
	text-decoration: none;
}
img{
    max-width: 100%;
    display:block;
}
body{
font-family: Inter, sans-serif;
font-size: 16px;
line-height: 26px;
font-weight: 400;
color: #000;
background: #fff;
margin: 0;
overflow-x: hidden;
}
.lpd-ingredients-5-container{
max-width: 1400px;
padding: 0 20px;
margin: 0 auto;
}

.lpd-ingredients-5-hidden-desktop{
	display: none;
}

.lpd-ingredients-5-ingredients{
	padding: 120px 0;
	overflow: hidden;
}
.lpd-ingredients-5-heading{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 30px;
}
.lpd-ingredients-5-heading-title-col{
	width: 44%;
}
.lpd-ingredients-5-heading-title-col h2{
	font-size: 52px;
	line-height: 130%;
	font-weight: 700;
}
.lpd-ingredients-5-heading-action{
	width: 40%;
	display: flex;
	flex-direction: column;
	gap: 30px;
	align-items: flex-end;
	text-align: right;
}
.lpd-ingredients-5-btn-primary{
	display: inline-flex;
	padding: 20px 40px;
	color: #fff;
	background: #000;
	border-radius: 100px;
	font-weight: 700;
	line-height: 16px;
	align-items: center;
	justify-content: center;
}

.lpd-ingredients-5-ingredient-item{
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.lpd-ingredients-5-ingredient-info{
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.lpd-ingredients-5-ingredient-info h3{
	font-size: 16px;
	font-weight: 500;
	line-height: 130%;
}
.lpd-ingredients-5-ingredient-info p{
	font-size: 14px;
	line-height: 130%;
}
.lpd-ingredients-5-ingredient-pagination{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 30px 0 0;
}
.lpd-ingredients-5-ingredients-slider{
	margin: 60px 0 0;
}
.lpd-ingredients-5-ingredients-slider .swiper-pagination-bullet.swiper-pagination-bullet-active{
	width: 12px;
	height: 12px;
	background: #000;
}
@media (max-width: 1280px){

}

@media (max-width: 992px){
.lpd-ingredients-5-hidden-desktop{
	display: block;
}
.lpd-ingredients-5-hidden-mobile{
	display: none;
}
}

@media (max-width: 768px){
.lpd-ingredients-5-heading{
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px;
}
.lpd-ingredients-5-heading-title-col,
.lpd-ingredients-5-heading-action{
	width: 100%;
	text-align: left;
}
.lpd-ingredients-5-heading-action{
	justify-content: center;
	align-items: center;
}
.lpd-ingredients-5-btn-primary{
	display: flex;
	width: 100%;
}
.lpd-ingredients-5-ingredients .swiper{
	overflow: visible;
}
}

@media (max-width: 479px){
.lpd-ingredients-5-ingredients{
	padding: 50px 0;
}
.lpd-ingredients-5-heading-title-col h2{
	font-size: 32px;
}
}