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

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

.lpd-features-17-features{
	padding: 120px 0;
}
.lpd-features-17-features-row{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
}
.lpd-features-17-feature-ct-col{
	width: 48%;
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.lpd-features-17-features-heading{
	max-width: 556px;
	display: flex;
	flex-direction: column;
	gap: 25px;
}
.lpd-features-17-features-heading h2{
	font-size: 52px;
	line-height: 130%;
	font-weight: 700;
}
.lpd-features-17-features-heading p{
	font-size: 18px;
	line-height: 130%;
}
.lpd-features-17-features-list{
	display: flex;
	flex-direction: column;
	gap: 25px;
}
.lpd-features-17-feature-list-item{
	display: flex;
	gap: 25px;
	align-items: flex-start;
	padding: 0 0 25px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.20);
}
.lpd-features-17-feature-icon{
	flex-shrink: 0;
	display: flex;
	width: 50px;
	height: 50px;
	justify-content: center;
	align-items: center;
	background: #000;
	border-radius: 100px;
}
.lpd-features-17-feature-info{
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.lpd-features-17-feature-info h3{
	font-size: 20px;
	font-weight: 500;
	line-height: 130%;
}
.lpd-features-17-feature-list-item.last{
	padding: 0;
	border-bottom: 0;
}
.lpd-features-17-feature-img-col{
	width: 45%;
}
.lpd-features-17-feature-img-col img{
	border-radius: 20px;
}

@media (max-width: 1280px){

}

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

@media (max-width: 768px){
.lpd-features-17-features-row{
	flex-direction: column;
}
.lpd-features-17-feature-ct-col,
.lpd-features-17-feature-img-col{
	width: 100%;
}
.lpd-features-17-feature-img-col{
	order: -1;
}
}

@media (max-width: 479px){
.lpd-features-17-features{
	padding: 50px 0;
}
.lpd-features-17-features-heading h2{
	font-size: 32px;
}
}