.abouttext{
	text-align: justify;
}

.abtpic{
width: 100%;
}

.aboutmobile{
	width: 100%;
	display: none;
	padding-bottom: 30px;
}

@media only screen and (max-width: 767px) {
	.aboutmobile{
		width: 100%;
		display: block;
	}

	.aboutdesk{
		display: none;
	}

}
