.growth-cards-block .first-card{
	margin-top: 228px;
}
.growth-cards-block .second-card{
	margin-top: 112px;
}
.growth-cards-block .third-card{
	margin-top: 0px;
}

/* .first-card::before,
.second-card::before{
	content: '';
	position: absolute;
	top: -25px;
	left: 162px;
	width: 182%;
	height: 1px;
	background-color: transparent;
	transform: rotate(-12deg);
	border-top: 2px dashed #fff;
	stroke-dashoffset: 5;
} */
@media only screen and (max-width: 768px) {
	.growth-cards-block .first-card, .growth-cards-block .second-card, .growth-cards-block .third-card{
		margin-top: 0px;
	}
	.growth-cards-block .first-card, .growth-cards-block .second-card{
		margin-bottom: 40px;
	}
	.growth-cards-block .first-card::before,
	.growth-cards-block .second-card::before{
		display: none;
	}
}