.section_howitwork{
	background-color: #F0F0F0;
	background-image: url('../../img/bg_section-2.png');
    background-repeat: no-repeat;
    background-position: 30% -100px;
}
.howitwork__in{
	padding: 50px 0;
}
	.howitwork__title{
		font-size: 40px;
		color:#13A1D0;
		margin-bottom: 50px;
	}
	
	.howitwork__list{
		max-width: 675px;
		margin: 0 auto;
	}
	.howitwork__item{
		display: inline-block;
		width: 100%;
		margin-bottom: 25px;
	}
		.howitworkItem__num{
			background: #13A1D0;
			color: #fff;
			border-radius: 50%;
			text-align: center;
			
			width: 45px;
			height: 45px;
			
			margin: 0 15px 15px 0;
			
			float: left;
		}
			.howitworkItem__num span{
				font-size: 18px;
				font-weight: bold;
				position: relative;
				top:10px;
			}
		.howitworkItem__text{
			color: #435672;
			font-size: 18px;
			line-height: 25px;
		}