h3{
	font-size: 1.8rem;
	color:#427a26;
	margin-bottom:5px;
}
.card{
	background: #fff;
	margin-top: 30px;
}
.card > img{
	width: 100%;
	height:auto;
}
.card-body{
	padding: 30px;
	border-top:solid 3px #427a26;
}
.card-body>h2:first-child{margin-top:0px;}
.card-body>h3:first-child{margin-top:0px;}
.card-body p:last-child{margin:0;}
.benefits{
	margin-top:30px;
}
.row.flex {
  display: flex;
}

.row.flex .col-md-6 {
  float:none;
  width: 50%;
  display: flex;
  flex-direction: column;
  -ms-flex-direction: row;
}

.card {
  flex:1;
  display: flex;
  flex-direction: column;
}
