#home_info,
.box_mid{
/*   margin-left: 17px;
   margin-right: 17px;*/
}

#home_info{
   background: #353535;
   color: #fff;
   margin: 23px 17px 20px;
   position: relative;
}
#home_info:before{
   content: '';
   position: absolute;
   width: 30%;
   right: 22%;
   top: 0px;
   bottom: 0px;
   background: #08651e;
   -webkit-transform: skewX(-30deg);
   -moz-transform:    skewX(-30deg);
   -ms-transform:     skewX(-30deg);
   -o-transform:      skewX(-30deg);
   z-index: 1;
}
#home_info:after{
   content: '';
   position: absolute;
   width: 40%;
   right: 0;
   top: 0px;
   bottom: 0px;
   background: #08651e;
   z-index: 1;
}
#home_info .home_info-col{
   float: left;
   width: 50%;
}
#home_info .home_info-col img{
   max-width: 100%;
}
#home_info .home_info-col .col_content{
   float: left;
   width: 100%;
}
#home_info .home_info-col:nth-of-type(1){
   width: 53%;
   padding-left: 16px;
}
#home_info .home_info-col:nth-of-type(1) .content{
   float: left;
   width: 70%;
   padding: 22px 0px 20px;
}
#home_info .home_info-col:nth-of-type(1) .content h2{
   font-size: 24px;
   font-weight: lighter;
   margin-bottom: 10px;
}
#home_info .home_info-col:nth-of-type(1) p{
   padding-left: 14px;
}
#home_info .home_info-col:nth-of-type(1) .picture{
   float: left;
   width: 30%;
   margin-top: -4%;
}
#home_info .home_info-col:nth-of-type(2){
   position: relative;
   z-index: 2;
   padding: 20px 0px 15px;
   width: 47%;
}
#home_info .home_info-col:nth-of-type(2) .content{
   float: left;
   width: 60%;
}
#home_info .home_info-col:nth-of-type(2) .content h2{
   margin-bottom: 5px;
   font-size: 24px;
   font-weight: lighter;
}
#home_info .home_info-col:nth-of-type(2) .list_link > a{
   float: left;
   width: 50%;
   color: #fff;
   margin-top: 3px;
}
#home_info .home_info-col:nth-of-type(2) .list_link > a:hover{
   background: rgba(255,255,255,0.1);
}
#home_info .home_info-col:nth-of-type(2) .list_link > a > i{
   margin-right: 7px;
}
#home_info .home_info-col:nth-of-type(2) .picture{
   bottom: -8%;
   margin-bottom: -4%;
   position: absolute;
   right: 0;
   width: 40%;
}

footer {
    border-top: none;
}

@media (max-width: 1039px) {
   #home_info::before,
   #home_info::after{
      display: none;
   }
   #home_info .home_info-col:nth-of-type(n){
      width: 100%;
      padding-left:15px;
      padding-right: 15px;
   }
   #home_info .home_info-col:nth-of-type(n) .picture {
      text-align: right;
   }
   #home_info .home_info-col:nth-of-type(2){
      background: #08651e;
   }
   #home_info .home_info-col:nth-of-type(2) .content{
      width: 70%;
   }
   #home_info .home_info-col:nth-of-type(2) .picture{
      width: 30%;
   }
}

@media (max-width: 569px) {
   #home_info .home_info-col:nth-of-type(2) .content{
      width: 100%;
   }
   #home_info .home_info-col:nth-of-type(2) .picture{
      display: none;
   }
}

@media (max-width: 499px) {
   #home_info .home_info-col:nth-of-type(1) .content{
      width: 100%;
   }
   #home_info .home_info-col:nth-of-type(1) .picture{
      display: none;
   }
}

@media (max-width: 399px) {
   #home_info .home_info-col:nth-of-type(2) .list_link > a{
      width: 100%;
   }
}