.about-container {
	position: relative;
	display: block;
	border-top: 2px solid #dbdbdb;
	font-size: 0px;
}

.about-image {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 695px;
	background: #fff;
	font-size: 0px;
}

.about-image-img {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0px 12px 12px 0px;
	width: calc(50% - 12px);
}

.about-image-img:nth-child(3), 
.about-image-img:nth-child(4) {
	margin-bottom: 0px;
}

.about-desc {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 695px);
	background: #ededed;
	padding: 90px 90px 20px;
	color: #6e6e70;
	overflow: auto;
}

.about-title {
	position: relative;
	display: block;
	border: 2px solid #6e6e70;
	width: 185px;
	height: 75px;
	line-height: 75px;
	text-align: center;
	font-family: metaprobold;
	font-size: 24px;
	margin: 0px 0px 55px;
}

.about-desc span {
	position: relative;
	display: block;
	font-size: 20px;
	font-family: metapronorm;
	line-height: 30px;
}

.about-mobile-image {
	position: relative;
	display: none;
	width: 100%;
}

/* Desktops and laptops */
@media screen and (min-width : 1224px) {

}

/* Tablet */
@media screen and (max-width: 1200px) {
	.about-image {
		width: 60%;
	}

	.about-desc {
		width: 40%;
		padding: 40px 40px 20px;
	}

	.about-desc br {
		display: none;
	}
	
	.about-title {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 1024px) {
	
}

/* Mobile */
@media screen and (max-width: 768px) {
	.about-container {
		border-top: 0px;
	}

	.about-image {
		display: none;
	}

	.about-mobile-image {
		display: block;
	}

	.about-desc {
		padding: 100px 100px 100px;
		/* padding: 100px 0px; */
		/* max-width: 300px; */
		/* margin: auto !important; */
		background: #fff;
		max-height: none !important;
		width: 100%;
		height: auto !important;
	}

	.about-title {
		width: 100%;
		margin-bottom: 50px;
	}
}

@media screen and (max-width : 500px) {
	.about-desc {
		padding: 40px 20px 30px;
	}

	.about-title {
		margin-bottom: 30px;
	}
}