/* Page Banner */
.page-banner {
	padding: 0;
}
.page-banner .img-container img {
	width: 100%;
}
.page-banner .content-container{
	background: #E8E6E6;
	bottom: 0;
	left: 12.5rem;
}
.page-banner .content-container .banner-text-container {	
	max-width: 400px;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.page-banner .content-container .banner-text-container h1 {
	font-size: 1.50rem;
	font-weight: 200;
	color: var(--ewm-primary-color);
}
.page-banner .content-container .banner-text-container p {
	font-size: 0.938rem;
	color: #000;
	padding: 0 0.188rem;
}
/* Contact Me  */
.contact-me {
	background: var(--ewm-section-bg-gray);
	padding: 4rem 1rem;
}

.contact-me h4 {
	font-size: 1.875rem;
	font-weight: 200;
	color: var(--ewm-primary-color);
	max-width: 600px;
	text-align: center;
}

/* Responsive */
@media (min-width: 768px) { 
	.page-banner {
		padding-right: calc(var(--bs-gutter-x) * .5);
  	padding-left: calc(var(--bs-gutter-x) * .5);
	}
	.page-banner .img-container img {
		width: 961px;
	}
	.page-banner .content-container{
		position: absolute;
	}
	.page-banner .content-container .banner-text-container h1 {
		font-size: 3.125rem;
	}
}