.transpak_service_area {
  padding: 0px 0 80px!important;
  background: #f9fafb;
}
.transpak_service_area .witr_section_title h2{
  padding-bottom: 50px !important;
}
.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 .col-lg-401 .service_desc h3 {
  margin: 26px 0 20px;
  padding: 0 20px;
  line-height: 30px;
  font-size: 22px;
  font-family: var(--title-font-family);
  text-align: center;
}
.transpak_service_area .service_desc p {
  padding: 0 20px 15px;
  margin-bottom: 1rem;
}
/* .transpak_service_area .service_btn a.btn {
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 20px;
  padding: 10px 20px;
  color: var(--color-primary);
  border-top: 2px solid var(--color-primary);
  border-radius: 8px;
  text-decoration: none;
  transition-duration: 0.5s;
  font-family: var(--title-font-family);
} */
.transpak_service_area .service_btn1 a.btn:hover {
  background: var(--color-primary);
  color: #ffffff;
}
.transpak_service_area .service_menu {
  padding: 0 20px;
}
.transpak_service_area .container .row .col-lg-401 {
  -ms-flex: 0 0 33.333333%;
   -webkit-box-flex: 0;
   flex: 0 0 50%;
   max-width: 50%;
   padding: 10px 30px 10px;
   }
.transpak_service_area .container .row .col-lg-401 .service_btn1{
  text-align: center!important;
}

.transpak_service_area .row .col-lg-401 .service_desc .service_btn1 a {
    color: #000;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 3px solid #000;
    padding-bottom: 10px;
}