* {
	padding: 0;
	margin: 0;
}

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

#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: 600px;
}

.info .content {
	border-top: solid 2px #062634;
	margin-top: 60px;
	margin-bottom: 120px;
	padding: 35px;
}

span {
	text-decoration: underline;
}

p {
    font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 36px;
	color: #009BDA;
	text-transform: uppercase;
	letter-spacing: 4px;
    -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: 16px;
	color: #009BDA;
	font-weight: 400;
	text-transform: uppercase;
	padding: 35px;
	letter-spacing: 4px;
	-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: 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;
}

.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 {
	padding: 0 20px;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
  	position: absolute;
  	bottom: 180px;
  	left: 0;
  	right: 0;
}

.info .content-bottom p img {
	width: 369px !important;
}

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

@media screen and (max-width: 500px) {
	.info .content-bottom {
		bottom: 50px;
	}

	.info .content-bottom p {
		padding: 10px;
		display: block;
		font-size: 14px;
	}
}

	