.milestones {
    padding: 100px 0 22px 0;
}
.milestones p:last-child {
    margin-bottom: 0;
}
.milestones h1,
.milestones h2,
.milestones h3 {
    margin-bottom: 25px;
	color:#003446;
	font-weight:700;
	font-size:36px;
	line-height:150%;
}
.milestones__subtitle {
    color: #29D8C1;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.milestones__item {
    margin: 10px 0;
    padding-bottom: 50px;
}

.milestones__item p {
	font-size: 20px;
	font-weight:400;
	line-height:150%;
	color: #003446;
    text-align:justify;
}

@media (max-width: 768px) {
	.milestones {
		padding: 34px 27px;
	}
	.milestones h1,
	.milestones h2,
	.milestones h3	{
	font-size:24px;
	line-height:normal;
		margin-bottom: 43px;
	}
	.milestones__item p {
	font-size: 16px;
	font-weight:400;
	line-height:130%;
	color: #003446;
	}
	.milestones__subtitle {
	 margin-bottom:7px;
	}
	.milestones__item {
	  padding-bottom:26px;
	}
}