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

.lpd-timeline-4-hidden-desktop{
	display: none;
}

.lpd-timeline-4-timeline{
	padding: 120px 0;
	background: #EDF6FA;
}
.lpd-timeline-4-timeline-wrap{
	position: relative;
	margin: 60px 0 0;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.lpd-timeline-3-heading{
	text-align: center;
	max-width: 900px;
	margin: 0 auto;
}
.lpd-timeline-3-heading h2{
	font-size: 52px;
	line-height: 130%;
	font-weight: 700;
}
.lpd-timeline-4-timeline-row{
	display: flex;
	gap: 20px;
	align-items: flex-end;
}
.lpd-timeline-4-timeline-item{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 25%;
}
.lpd-timeline-4-timeline-info-box{
	display: flex;
	flex-direction: column;
	gap: 25px;
	border-radius: 12px;
	padding: 20px;
	background: #FFF;
}
.lpd-timeline-4-timeline-img{
	overflow: hidden;
	border-radius: 12px;
}
.lpd-timeline-4-timeline-info{
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.lpd-timeline-4-timeline-info h3{
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 130%;
}
.lpd-timeline-4-timeline-title-col{
	width: 25%;
	display: flex;
	flex-direction: column;
	gap: 10px;
	text-align: center;
}
.lpd-timeline-4-timeline-title-col h3{
	font-size: 20px;
	font-weight: 700;
	line-height: 130%;
}
.lpd-timeline-4-timeline-line-row{
	display: flex;
	align-items: stretch;
	gap: 20px;
}
.lpd-timeline-4-timeline-point-item{
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: space-between;
	width: 25%;
}
.lpd-timeline-4-timeline-point-item::before{
	content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    width: 115%;
    height: 1px;
    background: #C4CBCF;
}
.lpd-timeline-4-timeline-point{
	width: 24px;
	height: 24px;
	background: #42A4C8;;
	border-radius: 100px;
	z-index: 5;
	position: relative;
}
.lpd-timeline-4-timeline-row.reverse{
	align-items: flex-start;
}
.lpd-timeline-4-timeline-arrow.reverse{
	order: -1;
	transform: rotate(180deg) translate(0px, 0px);
}



@media (max-width: 1280px){

}

@media (max-width: 992px){
.lpd-timeline-4-hidden-desktop{
	display: block;
}
.lpd-timeline-4-hidden-mobile{
	display: none;
}
.lpd-timeline-4-timeline-wrap{
	overflow: auto;
	padding: 0 20px 10px;
    margin: 40px -20px 0;
}
.lpd-timeline-4-timeline-item,
.lpd-timeline-4-timeline-title-col,
.lpd-timeline-4-timeline-point-item{
	width: 200px;
	flex-shrink: 0;
}
.lpd-timeline-4-timeline .lpd-timeline-4-container{
	padding: 0;
}
}

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

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