/* Home steps section */
.rt-home-steps__title{margin-bottom:55px;}
.rt-steps{display:flex;flex-wrap:wrap;gap:55px 30px;}
.rt-step{
	flex:1 1 calc(50% - 53px);background:var(--rt-mint);
	position:relative;padding:35px 30px 35px 70px;
	margin-left:38px;
}
.rt-step__num{
	position:absolute;left:-30px;top:50%;transform:translateY(-50%);
	width:75px;height:75px;border-radius:50%;background:var(--rt-primary);
	border:0;color:var(--rt-dark);font-weight:700;font-size:34px;
	display:flex;align-items:center;justify-content:center;
}
.rt-step h5{
	text-transform:uppercase;font-weight:700;font-size:17px;color:var(--rt-dark);
}
.rt-step p{margin:0;font-size:16px;color:#222;}
.rt-cta{text-align:center;}
.rt-home-steps__action{margin-top:50px;}

@media (max-width:991px){
	.rt-step{flex:1 1 100%;}
}
