.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.4;
}
.witr_section_title_inner h2 {
  color: #888;
  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: 45px;
}
.witr_section_title_inner p {
  width: 100%;
  padding: 10px 0 0 0;
}
.witr_section_title_inner.text-center p {
  width: 66%;
  margin-right: auto;
  margin-left: auto;
}

/* ===== 5. Feature Area CSS ===== */
.dt_ser_area {
  padding: 80px 0;
}
.medi_singleFeature {
  position: relative;
  /* box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.03); */
  transition: 0.5s;
  background: rgba(0, 0, 0, 0.03);
  margin-bottom: 20px;
  border-radius: 20px;
  overflow: hidden;
}
 .medi_singleFeature:hover{
   background: rgb(0 0 0 / 11%);
 }
.medi_featureThumb {
  position: relative;
  /* margin-bottom: 20px; */
}
.medi_featureThumb img {
  width: 100%;
  height: auto;
}
.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: 31px 20px;
  text-align: left;
}
.medi_featureDetail h3{
  color: #000;
  font-size: 22px;
}
.medi_featureDetail p {
  margin: 10px 0;
}
 
.medi_singleFeature:hover:before {
  width: 100%;
}
.medi_singleFeature:hover .medi_featureThumb:after {
  background: #6a6a6a00;
}

@media (min-width: 1200px) and (max-width: 1440px) {
}

@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%;
  }


}

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

  .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;
  }


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

@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* section_title */

  .witr_section_title_inner.text-center p,
  .witr_section_title_inner.text-left p,
  .witr_section_title_inner.text-right p {
    width: 91%;
  }
}



@media screen and (max-width: 1281px) {
  .witr_section_title_inner h3{font-size: 34px;}
  .medi_featureDetail h3 {font-size: 20px;}
}
@media screen and (max-width: 1171px) {
  .witr_section_title_inner h3{font-size: 30px;}
  .medi_featureDetail h3 {font-size: 18px;}
}
@media screen and (max-width: 992px) {
  .witr_section_title_inner h3{font-size: 26px;}
  .medi_featureDetail h3 {font-size: 16px;}
}
@media screen and (max-width: 768px) {
  .witr_section_title_inner h3{font-size: 24px;}
  .medi_featureDetail h3 {font-size: 14px;}
}
@media screen and (max-width: 480px) {
  .witr_section_title_inner h3{font-size: 22px;}
}
