#aboutwrapper
{
	background: #fff;
	background: linear-gradient(90deg, #E6E6E6 0%, #E6E6E6 45%, #fff 46%);
}

#aboutwrapper .col-md-5
{
	background-color: #E6E6E6;
	text-align: center;
	padding: 70px 0px 0px;
}


#aboutwrapper .col-md-5 img
{
	width: 250px;
	height: auto;
	max-width: 100%;
}

#aboutwrapper .col-md-7
{
	padding-left: 30px;
	background-color: #fff;
}

#aboutwrapper .col-md-7 h2
{
	width: 100%;
	padding: 0px 0px 20px 10px;
	text-align: right;
	border-bottom: 1px solid #0D7340;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 500;
    color: #000;
}

#aboutwrapper .col-md-7 .text
{
	margin: 10px 0px 30px;
	border: 1px dashed #333;
	padding: 5px;
	text-align: justify;
}

#aboutwrapper .col-md-7 .text p
{
	padding: 0px 0px 5px;
}

#aboutwrapper .col-md-7 .text p:last-child
{
	padding: 0px 0px 0px;
}


#aboutwrapper .col-md-7 .link
{
	text-align: right;
	background-color: #E6E6E6;
}

#aboutwrapper .col-md-7 .link a
{
	margin-top: 0px;
	display: inline-block;
}


@media (max-width: 767px) {


#aboutwrapper
{
	background: #fff;
}

#aboutwrapper .col-md-5
{
	display: none;
}


#aboutwrapper .col-md-5 img
{
	width: 250px;
	height: auto;
	max-width: 100%;
}

#aboutwrapper .col-md-7
{
	display: block;
	width: 100%;
	padding-left: 0px;
}

#aboutwrapper .col-md-7 h2
{
	width: calc(100% - 20px);
	margin: 10px 0px 10px;
}

#aboutwrapper .col-md-7 .text
{
	margin: 20px 20px 20px;
}

#aboutwrapper .col-md-7 .link
{
	width: calc(100% - 20px);
}

}
