.about {
	padding-top: 30px;
}
.about h2 {
	font-size: 1.7rem;
	color: #222222;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	
	position:relative;
}

.about h2:before{content:"";background:#61aa45;width:60px;height:4px;border-radius:5px;position:absolute;left:0;bottom:0;}
.about h2:after{content:"";background:#61aa45;width:15px;height:4px;border-radius:5px;position:absolute;left:65px;bottom:0;}

.about-image {
	margin-top: 0;
	margin-bottom: 0;
}

.about-link {
    background-color: #4c4c4c;
    border: none;
    color: white;
    padding: 12px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 0;
    cursor: pointer;
	transition: .3s;
	
	margin-bottom: 30px;
}
.about-link:hover {
    background-color: #ceb994;
}

@media (max-width: 768px) {
	.about-image {
		margin-top: 10px;
		margin-bottom: 0;
		max-width: 480px;
	}
} /* eo 768px */


.about-wbhe {
	padding: 15px 0;
	line-height: 1.5;
}

.about-wbhe ul {
	line-height: 1.5;
	
	list-style: none;
	padding: 0;
	
	margin: 10px 0;
}
.about-wbhe li {
	padding-left: 1.3em;
	padding-top: 3px;
	padding-bottom: 3px;
}
.about-wbhe li:before {
	content: "\f105"; /* FontAwesome Unicode */
	font-family: FontAwesome;
	display: inline-block;
	margin-left: -1.3em; /* same as padding-left set on li */
	width: 1.3em; /* same as padding-left set on li */
	color: #404040;
}







