.selected-quick-looks .archive-wrap {
	justify-content: space-between;
}
.sql-title {
	max-width: 1176px;
	margin: 0 auto;
}
.sql-title p {
	margin: 4px 0 23px;
	font-size: 40px;
	font-family: 'freight-big-pro';
	letter-spacing: -0.08rem;
}
.sql-title p em {
	letter-spacing: 0;
}
.selected-quick-looks .archive-wrap article {
	margin: 0;
	width: 274px;
}
.selected-quick-looks .archive-wrap article #hero-image {
	width: 100%;
	height: 407px;
	border: none;
}
.selected-quick-looks{
	padding: 58px 0 59px;
	background-size: cover;
	background-position: center bottom -7px;
}
.selected-quick-looks .white-wrap {
	max-width: 1180px;
margin: 0 auto 107px;
background: white;
padding: 21px 21px 12px;
/* filter: drop-shadow(0px 0px 7px #b8b8b8); */
box-shadow: 1px 2px 6px #bcbab5;
}
@media all and (max-width:1240px) {
	.selected-quick-looks .white-wrap {
		max-width: 1000px;
	}
	.selected-quick-looks .archive-wrap article {
		margin: 0;
		width: 233px;
	}
	.selected-quick-looks .archive-wrap article #hero-image {
		height:355px;
	}
}
@media all and (max-width:1030px) {
	.selected-quick-looks .white-wrap {
		max-width: 518px;
	}
	.selected-quick-looks {
		padding: 14px 0 10px;
		background-size: cover;
		background-position: center bottom -7px;
	}
}
@media all and (max-width: 768px) {
	.selected-quick-looks .white-wrap {
		max-width: 500px;
		margin-top: 20px;
	}
	.selected-quick-looks .archive-wrap article {
		margin: 0;
		width: 224px;
	}
	.selected-quick-looks .archive-wrap article #hero-image {
		height: 320px;
	}
}
@media all and (max-width:550px) {
	.selected-quick-looks .white-wrap {
		max-width: 90%;
		margin-top: 20px;
	}
	.sql-title p {
		font-size:30px;
	}
	.selected-quick-looks .archive-wrap {
		justify-content: space-between;
		max-width: 100%;
	}
	.selected-quick-looks .archive-wrap article {
		margin: 0;
		width: 49%;
	}
}
@media all and (max-width:480px) {
	.selected-quick-looks .archive-wrap article #hero-image {
		height: 265px;
	}
}
@media all and (max-width:440px) {
	.selected-quick-looks .archive-wrap article #hero-image {
		height: 230px;
	}
}