.witr_section_title_inner h1,
.witr_section_title_inner h2,
.witr_section_title_inner h3 {
  line-height: 1.3;
  font-size: 45px;
  font-family:var(--title-font-family);
  font-weight:700;
}
.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;
}

/* ===== 7. Choose Area CSS ===== */
.dt_choose_area {
  padding: 100px 0 100px;
  position: relative;
}
.choose_content .witr_section_title {
  margin-bottom: 28px;
}
.choose_content .witr_section_title_inner p {
  width: 80%;
}
.witr_shape_item_inner {
  top: 210px;
  left: -90px;
}
.witr_shape_item_inner {
  position: absolute;
  z-index: -1;
  content: "";
  transition: 0.5s;
}
.choose_witr_shap .witr_shape_item_inner {
  top: -30px;
  /* right: -15px; */
  left: auto;
}
.witr_s_flex {
  display: flex;
}
.service_top_text {
  display: block;
}
.em-service2.sleft .em-service-icon {
  margin-right: 20px;
  margin-top: 10px;
}
.em-service-icon i {
  font-size: 40px;
  height: auto;
  width: auto;
  border-radius: initial;
  line-height: normal;
  background: 0 0;
  border: none;
  display: inline-block;
  text-align: center;
  transition: 0.5s;
  color: var(--color-primary);
}
.all_color_service h3 {
  margin: 0px 10px 0 0;
}
.em-service2 {
  margin-bottom: 21px;
}

.em-service2 .em-service-inner,
.em-service2 .em-service-desc{
  width: 100%;
  overflow: hidden; 
  line-height: 1.6;
}



.choose_content {
  width: 100%;
  overflow: hidden; 
  position: relative; 
}

/* img */
.service-desc-img-wrapper {
  float: right; 
  width: 50%; 
  padding-left: 20px; 
  box-sizing: border-box;
}

.service-desc-img-wrapper img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  display: block;
}

/* text */
.text-container {
  width: 50%; 
  float: left; 
}

.em-service2 {
  float: none !important;
  width: 100% !important;
  margin-bottom: 20px;
}

.em-service-desc p {
  line-height: 1.6;
  margin: 0;
}

.overflow-text-clear {
  clear: both; 
  width: 100% !important; 
  padding-top: 20px; 
}

@media (max-width: 992px) {
  .service-desc-img-wrapper, .text-container {
    width: 100% !important; 
    float: none !important;
    padding-left: 0;
    margin-bottom: 20px;
  }
  .overflow-text-clear {
    padding-top: 0;
  }
}




@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) {

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

  .em-service2 .em-service-icon i {
    margin-bottom: 10px;
  }
  .choose_content .witr_section_title_inner p {
    width: 100%;
  }
}

@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) {

  .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: 1500px) {
  .witr_section_title_inner h3{font-size: 40px;}
}
@media screen and (max-width: 1440px) {
  .witr_section_title_inner h3{font-size: 36px;}
}
@media screen and (max-width: 1281px) {
  .witr_section_title_inner h3{font-size: 34px;}
}
@media screen and (max-width: 1171px) {
  .witr_section_title_inner h3{font-size: 30px;}
}
@media screen and (max-width: 992px) {
  .witr_section_title_inner h3{font-size: 26px;}
  .dt_choose_area {padding: 30px 0;}
  .em-service2.sleft .em-service-icon img{height: 50px;object-fit: contain;}
  .choose_content .witr_section_title_inner p { width: 100%;}
  .em-service2 .em-service-inner, .em-service2 .em-service-desc {width: 100%;}
}
@media screen and (max-width: 768px) {
  .witr_section_title_inner h3{font-size: 24px;}
}
@media screen and (max-width: 480px) {
  .witr_section_title_inner h3{font-size: 22px;}

  .witr_s_flex {flex-direction: column;}

}
