/********************
 *    BANNER TOP    *
 ********************/
div.banner
{
    width: 100%;
    height: 500px;
    background-image: url('/assets/images/landing-banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: -20px;
    margin-bottom: 20px;
}


/***********
 * IPHONE  *
 ***********/
.iphone-text-block
{
	padding-bottom: 20px;
	border-bottom: 1px solid #f3f3f3;
	margin-top: 30px;
}
.iphone-text-block h5
{
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: 400;
	text-transform: capitalize;
}
.iphone-text-block p
{
	font-size: 13px;
}

/*****************
*  AVANTAGES    *
*****************/
.gray-bg img, .blue-gray-bg img
{
	width: 260px;
    height: 260px;
}
.align-right
{
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
}
.align-left
{
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
.text-left h5
{
	padding-left: 40px;
	padding-top: 45px;
	margin-bottom: 15px;
	font-weight: 400;
}
.text-left p
{
	padding-left: 40px;
}