.ta-highlights-m {
  padding: 30px 30px 0;
  counter-reset: hl-counter;
  border-radius: 20px;
  box-shadow: 3px 6px 14px 0px rgba(0, 115, 187, 0.1);
  background: #fff;
}

.ta-highlight-head {
  margin-bottom: 30px;
}

.ta-highlights-rw {
  display: flex;
  margin-left: -20px;
  margin-right: -20px;
  flex-wrap: wrap;
}

.ta-para p{
  color: #373737;
    font-family: "Inter";
    font-weight: 400;
    line-height: 24px;
    font-size: 16px;
}
.ta-para p sup{
  line-height: 0;
}

.ta-highlights-cols {
  width: 50%;
  padding: 0 20px;
}

.ta-highlights-list {
  padding-left: 60px;
  margin-bottom: 60px;
  position: relative;
}

.ta-highlights-list:before {
  counter-increment: hl-counter;
  content: "0" counter(hl-counter);
  position: absolute;
  font-family: "Inter";
  font-weight: 700;
  color: #4197d3;
  letter-spacing: -0.4px;
  font-size: 36px;
  line-height: 36px;
  top: 2px;
  left: 0;
}
.ta-highlight-head .ta-heading--md p{
  font-size: 36px;
}
.ta-highlights-cols .ta-highlights-list .ta-para-cont{
  font-size: 16px;
  line-height: 20px;
}
.ta-highlight-head p{
  font-size: 18px;
  font-family: 'Inter' , sans-serif;
  font-weight: 400;
  color: #373737;
  line-height: 21px;
}
.numeric-card-header-tag .ta-highlight-head :where(h1,h2,h3) {
  color: #333;
  font-family: 'Inter';
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.36px;
  padding-bottom: 10px;
}
.numeric-card-header-tag .ta-highlight-head h4 {
  font-family: "Inter",sans-serif;
  font-size: 2rem;
  color: #333;
  line-height: normal;
  font-weight: 700;
}
.numeric-card-header-tag .ta-highlights-cols .ta-highlights-list .ta-para-cont :where(h1,h2,h3,h4,h5,h6) {
  color: #333;
  font-family: 'Inter';
  font-size: 1.125rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.18px;
  display: inline;
}
.numeric-card-header-tag .ta-highlights-cols .ta-highlights-list .ta-para-cont p {
  display: inline;
}
@media screen and (max-width: 991.99px) {

  .ta-highlights-m {
    padding: 20px;
  }

  .ta-para p{
    line-height: 24px;
    font-size: 14px;
}

  .ta-highlights-rw {
    flex-direction: column;
  }

  .ta-highlights-cols {
    width: 100%;
  }

  .ta-highlights-cols:last-child .ta-highlights-list {
    margin-bottom: 0;
  }

  .ta-highlights-list {
    margin-bottom: 30px;
    padding-left: 28px;
  }

  .ta-highlights-list:before {
    letter-spacing: normal;
    font-size: 16px;
    line-height: 16px;
    top: 6px;
  }
}

@media screen and (max-width: 768px){
  .ta-highlight-head .ta-heading--md p{
    font-size: 22px;
    line-height: 22px;
  }
  .ta-highlights-cols .ta-highlights-list .ta-para-cont{
    font-size: 14px;
  }
  .ta-highlight-head p{
    font-size: 16px;
  }
  .numeric-card-header-tag .ta-highlight-head :where(h1,h2,h3) {
    font-size: 1.5rem;
    letter-spacing: -0.24px;
  }
  .numeric-card-header-tag .ta-highlight-head h4 {
    font-size: 1.5rem;
  }
  .numeric-card-header-tag .ta-highlights-cols .ta-highlights-list .ta-para-cont :where(h1,h2,h3,h4,h5,h6) {
    font-size: 1rem;
    letter-spacing: -0.16px;
  }
  .numeric-card-header-tag .ta-highlights-cols .ta-highlights-list .ta-para-cont p {
    font-size: 1rem;
  }
}