.witr_section_title_inner h1,
.witr_section_title_inner h2,
.witr_section_title_inner h3 {
  font-size: 40px;
  margin: auto;
  font-weight: 700;
  line-height: 1.2;
}
.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: 10px 0 0 0;
}
.em-service2 {
  margin-bottom: 21px;
}

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

  .witr_section_title_inner h1,
  .witr_section_title_inner h3 {
    font-size: 34px;
  }
  
  .dt_choose_area {padding:50px 0;}
}

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

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

@media (max-width: 991px) {
  .dt_choose_area {padding:30px 0;}
  
  .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%;
  }
}
