.title_1 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font-size: 26px;
  margin-bottom: 30px;
}
.title_1 strong {
  border-bottom: 2px solid #006e3d;
}
.service_comp {
  padding: 20px 0;
}
.service_item_img {
  display: block;
  height: 0;
  position: relative;
  padding-bottom: 70.3125%;
  overflow: hidden;
}
.service_item_img img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.service_item {
  border: 1px solid #ebebeb;
  margin-bottom: 20px;
  background-color: #f7f7f7;
  text-align: center;
}
.service_item_content {
  padding: 20px;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
.service_item_btn {
  margin-top: 20px;
}
.service_item_content:hover {
  background-color: #f4e4cb;
}
.service_item_content:hover .btn-primary {
  color: #fff;
  background-color: #999;
  border-color: #999;
}
.service_item_title {
  font-size: 24px;
  color: #006e3d;

  display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
line-height: 1.4;
}
.service_item_desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.4;
}
.service_item_desc .inner {
  text-align: justify;
}
@media (max-width: 767px) {
  .title_1 {
    font-size: 24px;
  }
  .service_item_title {
    font-size: 22px;
  }
  .service_comp {
    padding: 20px 0;
  }
}
