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

.lpd-steps-3-hidden-desktop{
	display: none;
}

.lpd-steps-3-steps{
	padding: 120px 0;
	overflow: hidden;
}
.lpd-steps-3-steps-heading{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 30px;
}
.lpd-steps-3-steps-heading-title-col{
	width: 60%;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.lpd-steps-3-steps-heading-title-col h2{
	font-size: 52px;
	line-height: 130%;
	font-weight: 700;
}
.lpd-steps-3-steps-heading-title-col p{
	font-size: 20px;
	font-weight: 400;
	line-height: 130%;
}
.lpd-steps-3-steps-nav{
	display: flex;
	gap: 20px;
}
.lpd-steps-3-step-btn-prev,
.lpd-steps-3-step-btn-next{
	cursor: pointer;
	display: flex;
	width: 35px;
	height: 35px;
	justify-content: center;
	align-items: center;
	border-radius: 100px;
	border: 1px solid #000;
	color: #000;
	transition: all .1s ease-in-out .1s;
}
.lpd-steps-3-step-btn-prev:hover,
.lpd-steps-3-step-btn-next:hover{
	background: #000;
	color: #fff;
}
.lpd-steps-3-steps-row{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
	margin: 60px 0 0;
}
.lpd-steps-3-steps-img-col{
	width: 45%;
}
.lpd-steps-3-steps-ct-col{
	width: 50%;
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.lpd-steps-3-steps-info{
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.lpd-steps-3-steps-number{
	display: flex;
	width: 50px;
	height: 50px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 6px;
	background: #325886;
	color: #FFF;
	text-align: center;
	font-size: 32px;
	font-weight: 700;
	line-height: 130%;
}
.lpd-steps-3-steps-info h3{
	font-size: 42px;
	line-height: 130%;
	font-weight: 600;
}
.lpd-steps-3-steps-info p{
	font-size: 18px;
	line-height: 130%;
}
.lpd-steps-3-btn-primary{
	display: inline-flex;
	padding: 20px 80px;
	color: #fff;
	border-radius: 100px;
	justify-content: center;
	align-items: center;
	background: #FF7A00;
	text-align: center;
	font-weight: 700;
}


@media (max-width: 1280px){

}

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

@media (max-width: 768px){
.lpd-steps-3-steps .swiper{
	overflow: visible;
}
.lpd-steps-3-steps-row{
	flex-direction: column;
}
.lpd-steps-3-steps-img-col,
.lpd-steps-3-steps-ct-col{
	width: 100%;
}
.lpd-steps-3-steps-heading{
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.lpd-steps-3-steps-heading-title-col{
	width: 100%;
}
.lpd-steps-3-btn-primary{
	display: flex;
}
}

@media (max-width: 479px){
.lpd-steps-3-steps{
	padding: 50px 0;
}
.lpd-steps-3-steps-heading-title-col h2{
	font-size: 32px;
}
.lpd-steps-3-steps-heading-title-col p{
	font-size: 16px;
}
.lpd-steps-3-steps-info h3{
	font-size: 28px;
}
.lpd-steps-3-steps-info p{
	font-size: 16px
}
.lpd-steps-3-steps-row{
	margin: 40px 0 0;
}
}