.transpak_service_area {
  padding: 50px 0 50px;
  background: #fff;
  margin-top: 60px;
  position: relative;
}
.transpak_service_area::before{background: #ef992f;position:absolute;top:0;height: 38%;z-index: 0;content:'';left: 0;right: 0;width: 100%;}
.transpak_service_area .witr_section_title_inner h1,
.transpak_service_area .witr_section_title_inner h2,
.transpak_service_area .witr_section_title_inner h3 {
  font-size: 40px;
  margin: auto;
  font-weight: 700;
  line-height: 1;
  text-align: left;
  text-transform: uppercase;
  color: #fff;
}
.transpak_service_area .single_service {
  margin-bottom: 20px;
}
.transpak_service_area .single_service_inner {
  height: 100%;
}
.transpak_service_area .service_desc {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 36px 0px;
  /* background-color: #ffffff; */
  /* border-style: solid; */
  /* border-width: 1px 1px 1px 1px; */
  border-color: #f3f3f3;
  /* box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.02); */
  margin-bottom: 20px;
  height: 100%;
}
.transpak_service_area .service_desc img {
  width: 100%;
  display: block;
}
.transpak_service_area .service_desc h3 {
  margin: 26px 0 20px;
  padding: 0 20px;
  line-height: 30px;
  font-size: 22px;
  font-family: var(--title-font-family);
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.transpak_service_area .service_desc p {
  margin: 0 20px 15px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.transpak_service_area .service_btn a.btn {
  max-width: 350px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 20px;
  padding: 10px 50px;
  color: #fff;
  background: var(--color-primary);
  border-radius: 50px;
  text-decoration: none;
  transition-duration: 0.5s;
  font-family: var(--title-font-family);
}
.transpak_service_area .service_btn a.btn:hover {
  background: #98cc87;
  color: #ffffff;
}
.transpak_service_area .service_menu {
  padding: 0 20px;
}
