*{
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-2-container{
max-width: 1400px;
padding: 0 20px;
margin: 0 auto;
}

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

.lpd-ingredients-2-benefits{
	padding: 120px 0;
}
.lpd-ingredients-2-heading{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 30px;
}
.lpd-ingredients-2-heading-title-col{
	width: 70%;
	display: flex;
	flex-direction: column;
	gap: 18px;
}
.lpd-ingredients-2-heading-title-col h2{
font-size: 52px;
font-style: normal;
font-weight: 700;
line-height: 120%; 
}
.lpd-ingredients-2-heading.row-flex{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 30px;
}
.lpd-ingredients-2-heading-title-col{
	width: 70%;
	display: flex;
	flex-direction: column;
	gap: 18px;
}
.lpd-ingredients-2-btn-outline{
display: inline-flex;
border-radius: 32px;	
padding: 14px 20px;
border: 1px solid #0C3D3D;
color: #0C3D3D;
text-align: center;
font-family: Inter;
font-size: 17px;
font-style: normal;
font-weight: 400;
line-height: 24px;
}
.lpd-ingredients-2-benefits-row{
	display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 36px;
grid-row-gap: 36px;
margin: 60px 0 0;
}
.lpd-ingredients-2-benefit-item{
	position: relative;
	overflow: hidden;
}
.lpd-ingredients-2-benefit-img-wrap{
	position: relative;
	overflow: hidden;
	border-top-right-radius: 12px;
	border-top-left-radius: 12px;
}
.lpd-ingredients-2-card-link.lpd-ingredients-2-benefit-plus{
	display: flex;
width: 60px;
padding: 18px;
flex-direction: column;
align-items: center;
border-radius: 4px;
background: #FFF;
position: absolute;
right: 20px;
top: 20px;
color: #0C3D3D;
}
.lpd-ingredients-2-benefit-content{
	padding: 32px 24px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	background: #F6F5F1;
}
.lpd-ingredients-2-benefit-content h3{
	font-size: 32px;
	font-weight: 500;
	line-height: 120%;
}
.lpd-ingredients-2-overlay {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    background: #0C3D3D;
    color: #fff;
    padding: 20px;
    box-sizing: border-box;
    transition: bottom 0.4s ease;
}
.lpd-ingredients-2-overlay-close-wrap{
	text-align: right;
	margin: 0 0 20px;
	cursor: pointer;
}
.lpd-ingredients-2-overlay-close-wrap img{
	display: inline-block;
}

@media (max-width: 1280px){

}

@media (max-width: 992px){
.lpd-ingredients-2-hidden-desktop{
	display: block;
}
.lpd-ingredients-2-hidden-mobile{
	display: none;
}
.lpd-ingredients-2-heading{
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 30px;
	text-align: center;
}
.lpd-ingredients-2-heading-title-col{
	width: 100%;
}
}

@media (max-width: 768px){
.lpd-ingredients-2-benefits-row {
    grid-template-columns: repeat(1, 1fr);
}
}

@media (max-width: 479px){
.lpd-ingredients-2-heading-title-col h2{
font-size: 32px;
}
.lpd-ingredients-2-benefits{
	padding: 50px 0;
}
.lpd-ingredients-2-benefit-content h3 {
    font-size: 24px;
}
.lpd-ingredients-2-benefit-content {
    padding: 32px 20px;
}
}