#thank-you {
	width: 1400px;
	max-width: 100%;
}
.thank-you-flex {
	display: flex;
	align-items: center;
	justify-content:center;	
	border-top: 1px solid rgba(95, 85, 65, 0.20);
	border-bottom: 1px solid rgba(95, 85, 65, 0.20);
	padding: 32px 0;
}
.thank-you-flex .left-border {
	width: 429px;
	flex-shrink: 0;
	height: 1px;
	background:rgba(95,85,65,.2);
	margin-left: -260px;	
}
.thank-you-flex .right-border {
	width: 429px;
	flex-shrink: 0;
	height: 1px;
	background:rgba(95,85,65,.2);
	margin-right: -260px;	
}
.thank-you {
	text-align: center;
	margin: 0 96px;
	max-width: 867px;	
}
.thank-you .ty-title {
	color: var(--fossil-rim);
	font-family: 'termina', sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: .7px;
	text-transform: uppercase;
}
.thank-you .ty-message {
		
}
.thank-you .ty-image {
	width: 285px;
	margin: 0 auto;	
	max-width: 100%;
}
.top-border-mobile, .bottom-border-mobile { display: none; }
@media screen and (max-width: 1200px) {
	.thank-you-flex .left-border, .thank-you-flex .right-border {
		display: none;		
	}	
	.top-border-mobile, .bottom-border-mobile {
		border-bottom: 1px solid rgba(95,85,65,.2);
		height: 0;
		width: 172px;
		margin: 0 auto;
		display: block; 
	}
	.top-border-mobile { margin-bottom: 16px; }
	.bottom-border-mobile { margin-top: 16px; }
}
@media screen and (max-width:768px) {
	.thank-you {
text-align: center;
margin: 0;
max-width: 100%;
	}	
}
