
h1 {
	color: #0A5A88;
	font-size: 42px;
	font-weight: 400;
	text-transform: uppercase;
}
h2 {
	font-size: 42px;
	color: #0A5A88;
	font-weight: 600;
	padding-bottom: 25px;
	margin-bottom: 25px;
	position: relative;
	display: flex;
	justify-content: center;
	text-transform: uppercase;
	flex-wrap: wrap;
	max-width: 100%;
}
h2 strong {
	font-weight: 600;
	color: #43C1CB;
	margin-left: 10px;
}
h2:after {
	content: '';
	width: 240px;
	height: 3px;
	background: #0A5A88;
	position: absolute;
	bottom: 0;
	margin: auto;
	display: block;
}

h3 {
	text-align: center;
	margin-bottom: 35px;
}

h4 {
	color: #FF690D;
	font-size: 32px;
	font-weight: 600;
}

p strong {
	color: #0A5A88;
}
@media (max-width: 768px) {
	
	h1 {
		font-size: 30px;
	}
	h2 {
		font-size: 30px;
	}
	h4 {
		padding: 20px;
	}
	
}