body{
	
}
ul,li{
	list-style:none;
}
img{
	max-width:100%;
}
.l-header{
	text-align: center;
	line-height: 0;
}

.about{
	background: url(../img/bg.jpg) no-repeat center -32px;
	background-size:100% auto;
	padding: 100px 0 0;
}
.about .block{
	max-width: 1397px;
	margin: auto;
}
.about .c-block{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin:0 0 40px;
}
.about .c-block.rev{
	flex-direction: row-reverse;
}
.about .text{
	padding:0 30px 20px 30px;
}
.about .text h3{
	margin:0 0 10px;
	font-size: 150%;
}
.about .text p{
	font-size: 18px;
}
.about .img{
	flex-shrink: 0;
	width: 30%;
}
.button{
	text-align: center;
}
.btn-sizechange {
	text-align: center;
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  color: #65A04D;
  text-align: center;
  width: inherit;
  min-width: 188px;
  border: 2px solid #65A04D;
  padding: 12px 40px;
  position: relative;
  opacity: 1 !important;
  transition: all 0.3s;
  font-size: 24px;
  margin: auto;
}
.btn-sizechange:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  opacity: 0;
  background-color: #65A04D;
  transition: all 0.3s;
  pointer-events: none;
}
.btn-sizechange span {
  position: relative;
  z-index: 99;
}
.btn-sizechange:hover {
  color: #FFF;
  transform: scale(0.9);
}
.btn-sizechange:hover:after {
  width: 100%;
  height: 100%;
  opacity: 1;
}
footer{
	padding: 30px 0;
	text-align: center;
}
@media screen and (max-width:550px) {
.about {

    padding: 50px 0 0;
}	
.about .c-block{
	flex-wrap: wrap;
}	
.about .text{
	width: 100%;
}
.about .img {
    width: 100%;
}
}