.cms-132 .part-1 .row, .cms-132 .part-2 .row {
	display: flex;
	align-items: center;
}

.cms-132 .part-1 h1 {
	font-family: 'freightbig-bold';
	font-size: 7rem!important;
	padding: 0px 60px;
	color: black;
}

.cms-132 .part-1 h2 {
	font-family: 'gotham_bookregular';
	font-size: 1.5rem!important;
	padding: 0px 60px;
	color: black;
}

.cms-132 .part-1 h2 a {
	font-family: 'gotham_mediumregular';
	font-size: 1.5rem!important;
	color: black;
	text-decoration: underline;
}

.cms-132 .part-1 h1 span {
	display: block;
	clear: both;
}

.cms-132 .part-2, .cms-132 .part-3, .cms-132 .part-4, .cms-132 .part-5, .cms-132 .part-6, .cms-132 .part-7, .cms-132 .part-8, .cms-132 .part-9   {
	margin-top: 90px;
}

.cms-132 .part-2 p {
	font-family: 'FreightBigProBook'!important;
    font-size: 1.8rem;
    line-height: 2.5rem!important;
    padding: 0px 60px;
}

.cms-132 .part-2 .bggreyscale-1 {
	background-image: url("https://jeanmarcphilippe.com/img/cms/lookbook/FW18-1/Image1.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

.cms-132 .part-2 .bggreyscale-1-inside {
	padding: 120px;
}

.cms-132 .part-4 .bggreyscale-2 {
	background-image: url("https://jeanmarcphilippe.com/img/cms/lookbook/FW18-1/Image7.jpg");
	background-repeat: no-repeat;
	background-size: contain;
}

.cms-132 .part-4 .bggreyscale-2-inside {
	padding: 120px;
}

.cms-132 .part-8 .marginTop {
	margin-top: 500px;
}

/* Smartphone */
@media (max-width:768px) {

	.cms-132 .part-2, .cms-132 .part-3, .cms-132 .part-4, .cms-132 .part-5, .cms-132 .part-6, .cms-132 .part-7, .cms-132 .part-8, .cms-132 .part-9 {
    margin-top: 1px;
	}			

	.cms-132 .part-1 .row, .cms-132 .part-2 .row {
	display: block!important;
	}

	.cms-132 .part-1 h1 {
	text-align: center;
	margin-top: 45px;
	margin-bottom: 30px;
	}

	.cms-132 .part-1 h2 {
	text-align: center;
	}

	.cms-132 .part-2 p {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 45px;
	}

	.cms-132 .part-2 .bggreyscale-1-inside {
    padding: 35px;
	}

	.cms-132 .part-4 .bggreyscale-2-inside {
    padding: 35px;
	}

	.cms-132 .part-8 .marginTop {
    margin-top: 0px;
}

}

