h3 {
	font-family: var( --e-global-typography-cb0b711-font-family ), Sans-serif;
	font-size: var( --e-global-typography-cb0b711-font-size );
	font-weight: var( --e-global-typography-cb0b711-font-weight );
}

.page-title {
	padding: 3rem 1rem;
	color: white;
	text-align: center;
}

.page-title .tag {
		font-family: "Avenir", Sans-serif;
	  font-size: clamp(1rem, 0.9rem + 0.8vw, 1.2rem);
	  font-weight: 500;
	  text-transform: uppercase;
	  color: white;
}
.page-title .tag mark {
	  background-color: #004c6b !important;
	  color: white !important;
	padding: 0 2px !important;
}

.page-title h2 {
	font-size: var( --e-global-typography-26c4b5d-font-size );
    line-height: var( --e-global-typography-26c4b5d-line-height );
	font-weight: bold;
	margin-top: 0 !important;
}
.page-title p {
	margin-top: 1rem !important;
}

