.witr_section_title_inner h1,
.witr_section_title_inner h2,
.witr_section_title_inner h3 {
  font-size: 36px;
  margin: auto;
  font-weight: 700;
  line-height: 1.3;
}

.witr_section_title_inner h2 {
  width: 100%;
  text-align: right;
    color: var(--color-primary);
  padding-top:10px;

  font-size: 18px;
  margin: 0;
  display: inline-block;
}
.witr_section_title_inner h1 span,
.witr_section_title_inner h2 span,
.witr_section_title_inner h3 span,
.witr_section_title_inner p span,
.witr_section_title_inner p span a {
  color: var(--color-primary);
}

.witr_section_title {
  margin-bottom: 20px;
}

.witr_section_title_inner p {
  width: 100%;
  padding: 5px 0 4px 0!important;
}
.witr_section_title_inner.text-center p {
    background-color:#417ddf;
  color:#fff;

  font-size: 18px;
  font-weight: 600;
  width: 100%!important;
  margin-right: auto;
  margin-left: auto;
}

/* ===== 5. Feature Area CSS ===== */
.dt_ser_area {
  background-color: #fbfbfb;
  /* padding: 60px 0 50px; */
}
.medi_singleFeature {
  position: relative;
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.03);
  transition: 0.5s;
  background: #fff;
  margin-bottom: 20px;
}
.medi_singleFeature:before {
  position: absolute;
  width: 0;
  height: 2px;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  z-index: 3;
  transition: all 0.4s ease-out;
  background: var(--color-primary);
}
.medi_featureThumb {
  position: relative;
  margin-bottom: 10px;
}
.medi_featureThumb img {
  width: 90%;
  height: auto;
  aspect-ratio: 4.8/3;
  object-fit: cover;
}
.medi_featureThumb:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  transition: all 0.5s ease-out;
}
.medi_featureDetail {
  position: relative;
  padding: 0px 41px 1px 41px;
}
.medi_featureDetail p {
    font-size: 18px;
  color: #000;
  line-height: 1.75;
  margin-bottom: 10px;
}
.medi_singleFeature:after {
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  z-index: 2;
  transition: all 0.4s ease-out;
  background: #ddd;
}
.medi_singleFeature:hover:before {
  width: 100%;
}
.medi_singleFeature:hover .medi_featureThumb:after {
 background: #2a9ef640;
}
@media (max-width: 1500px){
.medi_featureDetail p {

  height:25px;
}
  }

@media (max-width: 1200px){
  .medi_featureDetail p {
      height:auto;
      display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
  .witr_section_title_inner.text-center p,
  .witr_section_title_inner.text-left p,
  .witr_section_title_inner.text-right p {
    width: 87%;
  }
  .title_in_area {
    width: 100%;
  }

  .witr_section_title_inner h1,
  .witr_section_title_inner h3 {
    font-size: 34px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  /* section_title */
  .witr_section_title_inner h1,
  .witr_section_title_inner h3 {
    font-size: 30px;
  }
  .witr_section_title_inner.text-center p,
  .witr_section_title_inner.text-left p,
  .witr_section_title_inner.text-right p {
    width: 90%;
  }
  .title_in_area {
    width: 100%;
  }

  .slider_btn .witr_btn {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .witr_section_title_inner h2 {
    font-size: 17px !important;
    padding-top: 10px;
  }
  .witr_section_title_inner p {
    padding-top: 10px;
  }
  .witr_section_title {
    text-align: center;
  }
  .witr_section_title .text-right {
    text-align: center !important;
  }
  .title_btn {
    margin: 30px 0 20px;
  }
  .witr_section_title_inner h1,
  .witr_section_title_inner h2,
  .witr_section_title_inner h3 {
    font-size: 21px;
  }

  .slider_btn .witr_btn {
    margin-top: 10px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* section_title */
  .witr_section_title_inner h1,
  .witr_section_title_inner h2,
  .witr_section_title_inner h3 {
    font-size: 25px;
  }
  .witr_section_title_inner.text-center p,
  .witr_section_title_inner.text-left p,
  .witr_section_title_inner.text-right p {
    width: 91%;
  }
}
