.features {
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
}

.features__list {
	padding: 0;
    margin: 0;
    list-style-type: none;
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.features__list-item {
	width: 100%;
    padding: 15px 0;
}

.features__item-feature {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    padding: 65px 55px 145px;
    overflow: hidden;
/*     background-color: #f5f5f5; */
	background-image: linear-gradient(to top, #ffffff, #ffffff 0%, #fafafa 35%, #f0f0f0);
	box-shadow: 0 0 20px 0 rgba(224, 224, 224, 0.4);
/*     border-radius: 12px; */
}

.features__feature-content {
/* 	padding: 0 24px 24px; */
	text-align: center;
}

.features__content-title {
/* 	max-width: 800px; */
    margin: 0 auto 20px;
    font-weight: 700 !important;
	font-size: 45px !important;
	color: #102445 !important;
}

.features__content-description {
	font-size: 15px;
    line-height: 1.56;
}

.features__feature-image {
	width: 100%;
	margin-top: auto;
}

.features__content-body p {
	margin: 0;
}

.features__content-body h4 {
	font-size: 16px;
	font-family: AvenirRoman;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom: 20px;
}

.features__content-body h4 + p:not(:last-child) {
	margin-bottom: 65px;
}

.features__content-body h5 {
	font-size: 48px;
	color: #65d594;
	font-weight: 700;
	margin-bottom: 35px;
}

.features__content-body hr {
	margin-top: -20px;
    margin-bottom: 45px;
    border: 0.5px solid rgba(16, 36, 69, 0.3);
}

@media only screen and (min-width: 992px) {
	.features {
		margin-top: -25px;
	}
	.features__list-item {
		width: 50%;
		padding: 15px;
	}
}

@media only screen and (min-width: 768px) {
	.features__feature-content {
/* 		padding: 0 48px 48px; */
		padding-bottom: 65px;
	}
	.features__content-title {
        font-size: 40px;
        line-height: 1.05;
	}
}

@media only screen and (max-width: 991px) {
	.features__list-item {
		position: static !important;
		transform: none !important;
		transition: none !important;
	}
	.features__list {
		display: block;
	}
}