/* Axia styles */
.wrapper {
	text-align: center;
	margin: 5em auto;
}
h1 img {
	width: 80%;
	max-width: 1280px;
	margin: 0 auto;
}

/* <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900 */

.montserrat-h2 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-size: 1.8em;
}
h2 {
	font-family: "Montserrat", sans-serif;
	  font-optical-sizing: auto;
	  font-weight: 300;
	  font-style: normal;
	  font-size: 2.4em;
	  color: #0d2d4d;
}