body {
	background: #016ABE;
}

.container {
	display: block;
}

.phrase {
	display: flex;
	color: white;
	font-size: 61px;
	margin-bottom: 50px;
	flex-direction: column;
}

.container img {
	height: 70px;
	object-fit: cover;
	object-position: center left;
	margin: 0 auto;
	width: auto;
	margin-left: 20px;
	filter: brightness(0) invert(1);

}

p {
	color: #FFF;
	font-size: 20px;
	width: 65%;
}

a.btn.btn-default {
	text-decoration: none;
	padding: 15px 0;
	margin: 0 30px;
	margin-top: 25px;
	width: 300px;
	color: #0075c9;
	border: 2px solid #e0e4e9;
	position: relative;
	align-items: center;
	justify-content: center;
	padding-right: 32px;
	padding-left: 32px;
	font-size: 16px;
	background-color: white;
	border-radius: 4px;
	outline: none;
	transition: box-shadow .5s ease;
}

a.btn.btn-default:hover {
	/*background: #FFAF30;
	color: white;*/
	background-color: #e6f1fa;

}

body {
	background: linear-gradient(90deg, rgb(0, 117, 201) 0%, rgb(0, 117, 201) 0.23636400000000002%, rgb(0, 55, 129) 100%);
}

.side-by-side {
	display: flex;
	justify-content: center;
	width: 100%;
}

.side-by-side a {
	padding: 15px 0;
	margin: 0 30px;
	width: 262px;
	color: #0075c9;
	border: 2px solid #e0e4e9;
	position: relative;
	align-items: center;
	justify-content: center;
	padding-right: 32px;
	padding-left: 32px;
	font-size: 17px;
	background-color: white;
	border-radius: 4px;
	outline: none;
	transition: box-shadow .5s ease;
	display: inline-block;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	text-decoration: none;
}

.side-by-side a:hover {
	background-color: #e6f1fa;
}

.center-screen {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	min-height: 100vh;
	flex-direction: column;
}

.phrase strong {
	padding-right: 20px;
}

@media screen and (max-width: 767px) {
	.side-by-side {
		flex-direction: column;
	}

	.side-by-side a {
		margin-bottom: 17px !important;
	}

	.phrase img {
		zoom: 59% !important;
	}

	.phrase {
		font-size: 50px;
		line-height: 60px;
		display: flex;
		flex-direction: column;
		padding-top: 0;
	}

	.container img {
		width: 100%;
		zoom: 44%;
		margin: 10px auto;
		margin-bottom: 50px;
	}

	.side-by-side a {
		float: none;
		width: 69% !important;
		display: block;
	}

	.phrase strong {
		padding-right: 0;
	}
}