/* ===== 11. Circle Progress Area CSS ===== */
.dt_circle_area {
  background-color: #f6f6f6;
  padding: 80px 0;
}
.witr_cp_class {
  position: relative;
}
.witr_circle_area {
  text-align: center;
  margin-bottom: 30px;
}
.witr_cir_text {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  font-size: 22px;
  transform: translateX(-50%) translateY(-50%);
  font-weight: 700;
  color: #222222;
}
.witr_circle_title {
  margin-top: 10px;
}

.witr_circle_title h3{font-size: clamp(16px, 1.3vw, 24px);}


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