.solutions-block{
	padding: 0;
}

.solutions-block .solution-list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	     margin-bottom: 50px;
}

.solutions-block .solutions{
	background: #fafafa;
	padding-bottom: 90px;
}
.solutions-block.how-to-buy .solutions{
	padding-top: 50px;
}
.solutions-block .solutions:before{
	display: block;
	content: "";
	width: 100%;
	height: 140px;
	background-color: #fff;
	margin-bottom: -120px;
}
.solutions-block.how-to-buy .solutions:before{
	display: none;
}
.solutions-block .solution-item{
	width: 100%;
	max-width: 315px;
	margin: 25px;
	box-shadow: 0 0 17px 6px rgba(0, 0, 0, 0.08);
	background-color: #fff;
}

.solutions-block .solution-item.wide-card{
    margin: 10px;
    max-width: 400px;
}
.how-to-buy .solutions-block .solution-item {
	margin: 10px;
	width: calc(25% - 20px);
}
.no-section-title.how-to-buy {
	margin-top: 0;
}

.solutions-block .solution-item .module{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	height: 100%;
}

.solutions-block .solution-item .content{
	padding: 25px;
	background-color: #fff;
	clear: both;
/*    height: 100%;
    display: flex;
    flex-direction: column;*/
}

.solutions-block .solution-item a.btn, .solutions-block .solution-item a.learn-more{
	margin-top: auto;
	margin-bottom: 20px;
	margin-right: 20px;
    font-size: 14px;
    font-weight: bold;
    align-self: flex-end;
}

.solutions-block .solution-item h3{
    border-bottom: 1px solid #fafafa;
    position: relative;
    font-size: 24px;
    color: #384a5d;
    font-weight: 500;
    margin-bottom: 10px;
}

.solutions-block .solution-item h4{
	font-size: 12px;
	color: #ffc425;
	text-transform: uppercase;
}


.solutions-block .solution-item .solution-photo{
	width: 100%;
	text-align: center;
	max-width: 400px;
    height: 240px;
    overflow: hidden;
    flex-basis: 55%;
    background-color: #fafafa;
}

.solutions-block .solution-item .solution-photo img{
    /*height: 100%;*/
    width: 100%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.solutions-block .solution-item .solution-photo img:hover{
	opacity: .5;
	-webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.solutions-block .solution-item .solution-copy{
	width: 100%;
	text-align: left;
	color: #77787d;
	font-size: 14px;
}

.solutions-block .solution-item .solution-copy *{
	font-size: 14px;
}

.solutions-section-title{
	text-align: center;
	background-color: #fff;
	    padding-top: 90px;
}


@media only screen and (max-width: 940px) {
	.solution-item .module{
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	        -ms-flex-direction: column;
	            flex-direction: column;
	}

	.solution-item .solution-photo{
		width: 100%;
	}

	.solution-item .solution-copy{
		width: 100%;
	}	
}

@media only screen and (max-width: 940px) {
	.solutions-block .solution-item.wide-card,
	.solutions-block .solution-item,
	.how-to-buy .solutions-block .solution-item,
	.solutions-block .solution-item .solution-photo {
		width: 100%;
		max-width: 100%;
	}

}