.lookbook-title{height: 650px;background-size: cover; display: flex; align-items: center}
.lookbook-title h1{flex-grow: 1; text-transform: uppercase; font-size: 42px; color: white}

.lookbook-summary {display: grid; column-count: 2; grid-template-columns: 50% 50%; margin-bottom: 83px; margin-top: 1rem;}
.summary-image {text-align: right; margin-left: 15px; margin-right: 55px}
.summary-image img {width: 100%}

.summary-content {font-size: 18px; line-height: 30px; color: black}
.summary-content .h2 {text-transform: uppercase; font-weight: normal;margin-bottom: 40px}
.summary-content .h3 {text-transform: uppercase; margin-bottom: 40px;}
