/*----------------------------------------*/
/*  7.19 process css
/*----------------------------------------*/
.tp-process-count {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  color: var(--tp-common-white);
  background: var(--tp-common-black);
}
.tp-process-title {
  font-size: 24px;
  line-height: 117%;
}
.tp-process-dec {
  font-size: 18px;
  line-height: 144%;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-process-dec br {
    display: none;
  }
}
.tp-process-border {
  transform: translateY(32px);
}
.tp-process-border svg {
  color: var(--tp-common-black);
}
.tp-process-bottom-para {
  font-weight: 500;
  font-size: 16px;
  color: var(--tp-common-black);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  display: inline-block;
  padding: 8px 30px 8px 30px;
}

