@font-face {
    font-family: 'OpenSans-Semibold';
    src: url('../fonts/OpenSans-Semibold/opensans-semibold-webfont.eot');
    src: url('../fonts/OpenSans-Semibold/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Semibold/opensans-semibold-webfont.woff2') format('woff2'),
        url('../fonts/OpenSans-Semibold/opensans-semibold-webfont.woff') format('woff'),
        url('../fonts/OpenSans-Semibold/opensans-semibold-webfont.ttf') format('truetype'),
        url('../fonts/OpenSans-Semibold/opensans-semibold-webfont.svg#Roboto-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}
* {
	padding: 0;
	margin: 0;
}
.container {
	max-width: 1440px;
	width:90%;
	margin: 0 auto;
	position: relative;
}
.main_content {
	width: 100%;
	height: 100vh;
}
.inner_content {
	padding: 40px 0;
}
.background_image {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.background_image_1 {
	background-image: url("../images/53227907_m.jpg");
}
.background_image_2 {
	background-image: url("../images/64665692_m.jpg");
}
.background_image_3 {
	background-image: url("../images/131874139_m.jpg");
}
.logo_image {
	width: auto;
    max-width: 250px;
    max-height: 75px;
}
.content_div {
	width: 100%;
	max-width: 300px;
	background: #77b3a6;
	color: #FFF;
	font-size: 16px;
	font-family: 'OpenSans-Semibold';
    padding: 40px;
    margin-left: auto;
    margin-top: 42vh;
    transform: translateY(-50%);
    margin-right: 7%;
}
.content_div h1 {
	font-size: 25px;
	padding-bottom:30px;
}
