* {
	padding: 0;
	margin: 0;
}

html {
	font-family: 'Montserrat', sans-serif;
	background: #02325f;
}

#wrap {
	width: 100%;
	display: flex;
	justify-content: center;
	height: 100vh;
	position: relative;
}

h1 {
	color: white;
	font-family: 'Montserrat', sans-serif;
	font-size: 50px;
	font-weight: 700;
	line-height: 62px;
	letter-spacing: 1px;
	margin-bottom: 40px;
}

.info img {
	max-width: 500px;
}

.info .content {

	margin-top: 60px;
	margin-bottom: 120px;
	padding: 35px;
}

span {
	text-decoration: underline;
}

p {
    font-family: 'Montserrat', sans-serif;
	font-size: 26px;
	font-weight: 400;
	line-height: 36px;
	color: white;
    -webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

a {
	text-decoration: none;
	font-size: 18px;
	color: rgba(255,255,255,1);
	font-weight: 300;
	text-transform: uppercase;
	text-transform: uppercase;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

a:hover {
	color: rgba(255,255,255,0.75);
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.inner {
	align-self: center;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	display: flex;
    justify-content: center;
}

.info {
	padding: 40px;
	text-align: center;
	max-width: 1200px;
}

.info .content-bottom {
	margin-top: 40px;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}

@media screen and (max-width: 768px) {
	.info img {
		width: 100%;
	}
}

@media screen and (max-width: 500px) {

}

	