body {
	  font-family: "Poppins", sans-serif;
	  font-weight: 400;
	  font-style: normal;
	  font-size: 22px;
}

.wmContainer {
	background: url('images/bg.webp') center center no-repeat;
	background-size: cover;
	border: 24px solid #024d70;
	position: absolute;
	width: 100%;
	min-height: 100%;
	top: 0;
	left: 0;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.wmContainer:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255,255,255, 0.84);
}

.contentContainer {
	position: relative;
	z-index: 5;
	width: 800px;
	max-width: 94%;
	margin: 0 auto;
}

.contentContainer h1 {
	font-family: "Poppins", sans-serif;
	font-size: 43px;
	font-weight: 500;
	line-height: 1.2;
	margin: 65px 0 25px 0;
	color: #004c6c;
	text-align: center;
}

.vmText {
	text-align: center;
	line-height: 1.35;
}

@media  (max-width: 800px) {
	
	.contentContainer h1 {
		font-size: 36px;
	}
	
	.vmText {
		font-size: 19px;
		padding: 0 20px;
	}
	
	.wmContainer {
		border: 12px solid #024d70;
	}
	
}
