
* {
	margin: 0px;
	padding: 0px;
}

.row .column,
.row .columns {
	font-family: "Inter", sans-serif;
	font-size: 18px;
	line-height: 25px;
	text-align: left;
	font-weight: 300;
}

a img {
	border: none;
}

h1 {
	margin-bottom: 15px;
	font-family: "Libre Baskerville", serif;
  	font-weight: 700;
  	color: #163f77;
  	letter-spacing: -2px;
  	text-align: center;
  	margin-bottom: 30px;
  	font-size: 45px;
  	line-height: 50px;
}

h2 {
	font-family: "Inter", sans-serif;
	color: #163f77;
	font-weight: 400;
	margin-bottom: 20px;
  	font-size: 30px;
  	line-height: 40px;
}

h3 {
	font-family: "Inter", sans-serif;
	color: #163f77;
	font-weight: 700;
	margin-bottom: 15px;
  	font-size: 25px;
  	line-height: 30px;
}

p, 
ul, 
ol, 
table {
	margin-bottom: 15px;
}

ul {
	padding-left: 15px;	
}

ol {
	padding-left: 20px;	
}

a {
	color: #2862ac;	
}

a:hover {
	text-decoration: none;	
}


/*.textArea .row .columns {
	text-align: center;
}*/

p i.fa-solid {
	color: #2862ac;
}

strong {
	font-weight: 700;
}

hr {
	border: 0px;
	border-top: 2px solid #2862ac;
	width: 100%;
	max-width: 200px;
	margin: 30px auto;
}

.textArea {
	padding: 100px 30px;
}

.banner {
	background-image: url('../img/office-internal.png');
	height: 300px;
	background-size: cover;
	background-position: center;
	position: relative;
}

.banner .logoBox {
	display: block;
	background-color: #fff;
	width: 100%;
	max-width: 450px;
	padding: 50px;
	border-radius: 100%;
	position: absolute;
	transform: translateX(-50%);
	left: 50%;
	bottom: -95px;

}

footer {
	border-top: 7px solid #2862ac;
	background-color: #163f77;
	padding: 20px 30px;
}

footer p {
	margin-bottom: 0;
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	opacity: 0.8;
}

footer p a {
	color: #fff;
}


