.service_6 {
    position: relative;
    background: #fff;
    border-radius: 7px;
    border: 1px solid #ececec;
      margin-bottom: 30px;
}

.service_6 .service_6_title {
    padding: 70px 140px 70px 40px;
    font-size: 24px;
      font-weight: 600;
      line-height: 1.3;

      position: relative;
    z-index: 9;
}
.service_6 .service_6_title a{ 
  color: #000;
    border-bottom: 1px solid #5fc0c5;
}
.service_6 .service_6_title a:hover{
  
}
.service_6 .service_6_image img{
    position: absolute;
    right: 5px;
    bottom: 0;
    height: 100%;
}



.service_6_open {
    display: none;
        position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 20px;
    font-size: 15px;
}


.show-btn.active {
 position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
}
.show-btn.active .fa-angle-right:before {
    content: "\f00d";
}

.service_6 p {
    margin-bottom: 5px;
}
