.promo-bg {
	background-image: url('../images/matchmaking-bg.png');
	margin-top: 5px;	
	padding-top:40px;
	padding-bottom:70px;
}

.promo-bg h1, .join-membership-section h1{color:#fa7390; font-weight: 300; text-transform: uppercase; font-size:48px; margin: 60px 0px;}
.matchmaking-feature{display: table;}
.matchmaking-feature .row-item{display: table-row;}
.matchmaking-feature .title, .matchmaking-feature .icon-wrap, .matchmaking-feature .desc{display: table-cell; vertical-align: middle; padding:15px 10px;}
.matchmaking-feature .title{font-size: 24px; font-weight: 700;text-transform: uppercase; text-align: right;}
.matchmaking-feature .desc, .how-work-section p{font-size:17px; color: #333333; text-align: left;}
.how-work-section h2{font-weight: 700; color: #333333; margin-bottom:20px;}
.box-wrapper{margin:10px; display: inline-block;}
.blue-box, .pink-box{
	height: 150px; 
	width: 160px; 
	margin-left:10px;
	border:1px solid; 

	font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    
    display: table-cell;
    text-align: center;
    vertical-align: middle;
 }
.blue-box{background-color: #ebf6fc; border-color: #bee3f6}
.pink-box{background-color: #fef2f4;  border-color: #faced7}
 @media screen and (max-width: 768px) {
	 .promo-bg {
	 	background-image: -webkit-gradient(linear, 0 944, 968 0, color-stop(0.011, #efced9), color-stop(0.148, #f1d5dd), color-stop(0.148, #f0d6dd), color-stop(0.286, #f7e7e7), color-stop(0.286, #f6e8e7), color-stop(0.516, #fdf7f2), color-stop(0.516, #fcf8f2), to(#fbfaf7));
		background-image: -webkit-linear-gradient(44.28084388345491deg, #efced9 1.1%, #f1d5dd 14.8%, #f0d6dd 14.8%, #f7e7e7 28.6%, #f6e8e7 28.6%, #fdf7f2 51.6%, #fcf8f2 51.6%, #fbfaf7);
		background-image: -moz-linear-gradient(44.28084388345491deg, #efced9 1.1%, #f1d5dd 14.8%, #f0d6dd 14.8%, #f7e7e7 28.6%, #f6e8e7 28.6%, #fdf7f2 51.6%, #fcf8f2 51.6%, #fbfaf7);
		background-image: -o-linear-gradient(44.28084388345491deg, #efced9 1.1%, #f1d5dd 14.8%, #f0d6dd 14.8%, #f7e7e7 28.6%, #f6e8e7 28.6%, #fdf7f2 51.6%, #fcf8f2 51.6%, #fbfaf7);
		background-image: linear-gradient(45.71915611654509deg, #efced9 1.1%, #f1d5dd 14.8%, #f0d6dd 14.8%, #f7e7e7 28.6%, #f6e8e7 28.6%, #fdf7f2 51.6%, #fcf8f2 51.6%, #fbfaf7); 	
	 }
	 
	.matchmaking-feature{display: block;}
	.matchmaking-feature .row-item{display: block;}
	.matchmaking-feature .title,.matchmaking-feature .desc{display: inline-block; padding:15px 10px; text-align: left;}
	.matchmaking-feature .icon-wrap{display: none;}	
	.promo-bg h1{font-size:220%; margin:5% 0px;}
	.matchmaking-feature .title{font-size:150%;}
 	.matchmaking-feature .desc{font-size:110%}
}

 @media screen and (max-width: 360px) {
 	.page-content{padding-top:260px;} 	
 }
