.main-page{
	background-color: rgb(225,225,225)
}

.about-body{
	padding-bottom: 160px;
	padding-top: 40px;
	background-color: rgb(225,225,225);
}

.left-column-50{
	float:left;
	width:50%;
	min-width:500px;
	max-height:700px;
}

.image{
	width:100%;
}

.image img{
	max-width:700px;
	min-width:500px;
	width:100%;
}

.url-link{
	color:#00abb8;	
}

.blocks{
	max-height:700px;
	min-height:500px;
	display: flex;
    display: -mx-flexbox; 
    display: -webkit-flex; 
    flex-grow: 0;
    -ms-flex-grow: 0; 
    -webkit-flex-grow: 0; 
}

.about-img{
	background: url(../images/about-us/aboutus3.jpg) no-repeat left bottom;
	min-height: 500px;
	min-width: 500px;
	max-width:700px;
	max-height: 700px;
	height:100%;
}

.text{
	min-width:500px;
	max-width: 700px;
	padding-top:90px;
	background-color:white;
}

.title{
	font-family: 'PT Sans', sans-serif;
	font-weight: 500;
	font-size: 40px;
	color: #5e5f5e;
	padding-bottom: 40px;
	padding-right: 90px;
	padding-left: 90px;
}

.description{
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height:26px;
	color: #797b7d;
	padding-right: 90px;
	padding-left: 90px;
}


@media (min-width: 1280px) and (max-width: 1500px){
	.description{
		line-height: 39px;
	}
	
}

@media (min-width: 1501px){
	.description{
		line-height: 52px;
	}
	
}