.pro-features-section {
    padding: 100px 0 !important;
}

.pro-features-section.new-section h2 {
    margin-bottom: 100px;
    margin-top: 0;
}

.features-row {
    display: flex;
    align-items: center;
	padding-bottom:100px;
}

.features-row:last-of-type {
	padding-bottom:0;
}

.features-row .feature-col {
	text-align:left;
}

.features-row .feature-col h3 {
	font-size:22px;
	font-weight:700;
}

.features-row .feature-col p {
	font-size:16px;
}

.features-row .feature-col:first-of-type {
	padding-right:15px;
}

.features-row .feature-col:last-of-type {
	padding-left:15px;
}

.features-row .feature-col img {
	-webkit-box-shadow: 0 2px 35px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 2px 35px rgba(0, 0, 0, .3);
	box-shadow: 0 2px 35px rgba(0, 0, 0, .3);
}

.features-row:nth-child(even){
    flex-direction: row-reverse;
}

.features-row:nth-child(even) .feature-col {
	text-align:right
}

@media screen and (min-width: 0px) and (max-width: 991px) {

	.features-row {
		display: block;
		padding:0 50px;
	}

	.features-row .feature-col ,
	.features-row:nth-child(even) .feature-col {
		text-align:center
	}

	.features-row .feature-col:first-of-type {
		padding-bottom:50px;
	}
	
}
