body{
	font-family:Raleway;
	width:100%;
	height:100vh;
	margin:0;
	padding:0;
}
#container, #content{
	width:100%;
	height:100%;
}
.col-0{
	width:100%;
	height:8%;
	text-align:center;
	background-color:#d45d47;
	color:#fff;
}
.col-1, .col-2{
	display: flex;
	justify-content: center;
	flex-direction: column;
	width:40%;
	height:30.7%;
	background-size:cover;
	background-position:center;
	text-align:center;
	padding-left:5%;
	padding-right:5%;
	background-color:#fafafa;
	color:#000;
	overflow:hidden;
}
.col-1{
	float:left;
}
.col-2{
	float:right;
}
.col-full{
	width:100%;
	height:92%;;
	background-color:#fafafa;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align:center;
}
.col-img{
	width:50%;
	padding:0;
}
.col-img img{
	width:100%;
	height:100%;
	object-fit: cover;
	vertical-align:middle;
}
h1{
	margin:0;
	padding:0;
	padding-top:48px;
	font-size:48px;
}
h2{
	font-size:30px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}
p{
	font-size:20px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}
h1, h2{
	text-transform: uppercase;
}