*{
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: 130%;
font-weight: 400;
color: #000;
background: #fff;
margin: 0;
overflow-x: hidden;
}
.lpd-features-11-container{
max-width: 1400px;
padding: 0 20px;
margin: 0 auto;
}

.lpd-features-11-hidden-desktop{
	display: none;
}

.lpd-features-11-features{
	padding: 120px 0;
}
.lpd-features-11-features-row{
	display: flex;
	justify-content: space-between;
}
.lpd-features-11-features-heading-col{
	width: 35%;
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.lpd-features-11-features-heading{
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.lpd-features-11-features-heading h3{
	font-size: 18px;
	font-weight: 600;
	line-height: 130%;
	text-transform: uppercase;
}
.lpd-features-11-features-heading h2{
	font-size: 52px;
	line-height: 130%;
	font-weight: 700;
}
.lpd-features-11-features-heading p{
	font-size: 16px;
	line-height: 130%;
}
.lpd-features-11-btn-primary{
	display: flex;
	padding: 18px 20px;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
	background: #000;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
}
.lpd-features-11-features-ct-col{
	width: 58%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 30px;
	grid-row-gap: 30px;
}
.lpd-features-11-feature-item{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	gap: 40px;
	padding: 40px 20px;
	border-radius: 20px;
	background: #F6F6F6;
}
.lpd-features-11-feature-item.mrg-top{
	margin-top: 30px;
}
.lpd-features-11-feature-icon-wrap{
	display: flex;
	width: 50px;
	height: 50px;
	justify-content: center;
	align-items: center;
	border-radius: 100px;
	background: #000;
}
.lpd-features-11-feature-info{
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.lpd-features-11-feature-info h3{
	font-size: 22px;
	line-height: 130%;
	font-weight: 700;
}



@media (max-width: 1280px){

}

@media (max-width: 992px){
.lpd-features-11-hidden-desktop{
	display: block;
}
.lpd-features-11-hidden-mobile{
	display: none;
}
.lpd-features-11-features-row{
	flex-direction: column;
	gap: 40px;
}
.lpd-features-11-features-heading-col,
.lpd-features-11-features-ct-col{
	width: 100%;
}
}

@media (max-width: 768px){
}

@media (max-width: 479px){
.lpd-features-11-features{
	padding: 50px 0;
}
.lpd-features-11-features-heading h2{
	font-size: 32px;
}
.lpd-features-11-features-ct-col{
	grid-template-columns: repeat(1, 1fr);
}
}