.witr_section_title_inner h1,
.witr_section_title_inner h2,
.witr_section_title_inner h3 {
  font-size: clamp(24px, 2.1vw, 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;
}

.dastra_aboutinfo .witr_section_title_inner p {
  width: 100%;
  padding: 20px 0 0 0;
  font-size: clamp(14px, 0.95vw, 18px);
  line-height: 1.6;
  color: #333;
}
.witr_section_title_inner.text-center p {
  width: 66%;
  margin-right: auto;
  margin-left: auto;
}

.witr_btn {
  font-size: 16px;
  font-weight: 600;
  border-radius: 12px;
  text-align: center;
  position: relative;
  margin-right: 15px;
  z-index: 2;
  transition: 1s;
  padding: 16px 40px;
  color: #fff;
  display: inline-block;
  background: var(--color-primary);
}
.witr_btn:hover {
  background: #555;
  color: #fff;
}

/* ===== 4. About Area CSS ===== */
.bt_about_area {
  padding: 70px 0;
}

@media screen and (max-width:1440px) {
  .bt_about_area {
    padding: 50px 0;
  }
}

@media screen and (max-width:991px) {
  .bt_about_area {
    padding: 30px 0;
  }
}



.single_image img{}
.single_image{
   position: relative;
   background: #fff;
   border-radius: 0.75rem;
   border: 1px solid #00000024;
   transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
   cursor: pointer;
   overflow: hidden;
   text-align: center;
}
.single_image:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    transform: translateY(-8px);
    border-color: #e9eff6;
}
.icon-list-item i {
  color: var(--color-primary);
  /* float: left; */
  overflow: hidden;
  /* margin-top: 5px; */
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}
.icon-list-icon + .icon-list-text {
  align-self: center;
  display: inherit;
}
.ab_cont_inner .witr_btn {
  margin-top: 30px;
}
.ab_cont_inner {
  margin-right: 75px;
}
.ab_cont_inner .witr_section_title {
  margin-bottom: 36px;
}
.icon-list-item{font-size: clamp(14px, 0.9vw, 17px);line-height: 1.5;color: #333;}
.icon-list-item~.icon-list-item{
    margin-top: 10px;
}
@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%;
  }



  /* about area css */
  .ab_witr_content {
    margin: 0;
  }
  .ab_midd_cont {
    padding: 0;
  }
  .ab_cont_inner .witr_btn {
    margin-top: 40px;
  }

  /* single_image */
  .single_image {
    left: 0 !important;
  }
  .single_image img {
    width: 100% !important;
    max-width: 100% !important;
  }
  .ab_cont_inner .witr_btn {
    margin-top: 40px;
  }
}

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

  /* single_image */
  .single_image {
    left: 0 !important;
  }
  .single_image img {
    width: 100% !important;
    max-width: 100% !important;
  }
  .witr_button_area {
    margin-top: 15px;
  }
  .ab_cont_inner .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 (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(max-width:991px){
  .ab_cont_inner {margin-right: 0;}
  .ab_cont_inner .witr_section_title {margin-bottom: 20px;}
  .ab_cont_inner .witr_btn {margin-top: 20px;margin-bottom: 10px;}
  .witr_btn {font-size: 14px;margin-right: 0;padding: 10px 20px;}
}
