.right{
	height: 100vh;
	background-color: #F8F5EE;
	padding:2% 7%;
	font-family: 'Libre Baskerville', serif;
font-size: 14px;
    line-height: 22px;
    color: #0f2644;
}

.left{
	height: 100vh;
	background-color: #0f2644;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(logo.png);
    background-size: 75%;
        background-position-y: 300px;
    background-position: center;
}

p{
	margin-bottom: 30px;
}


.container-fluid{
	padding: 0;
	margin: 0;
}

.headline{
	font-size: 33px;
	font-weight: 400;
	line-height: 1.1;
}

.description{
	font-family: avenir;
}

@media only screen and (max-width: 991px) {
    .left{
    	height: 97.5vh;
    }

    .right{
    	height: 103.5vh;
    }
}