.td-content-area {
  color: #34404c;
  font-size: 15px;
  line-height: 1.9;
  margin: 28px 0;
}

.td-content-area > :first-child {
  margin-top: 0;
}

.td-content-area > :last-child {
  margin-bottom: 0;
}

.td-content-feature-grid {
  background: #fff;
  border: 1px solid #dce3ea;
  border-radius: 18px;
  box-shadow: 0 10px 26px rgba(31, 41, 51, .055);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
}

.td-content-feature {
  min-height: 132px;
  min-width: 0;
  padding: 26px 30px;
  position: relative;
}

.td-content-feature--with-icon {
  align-items: center;
  display: flex;
  gap: 20px;
}

.td-content-feature--with-icon > span:last-child {
  min-width: 0;
}

.td-content-feature-icon {
  align-items: center;
  background: #fdf0f5;
  border-radius: 50%;
  color: #bd4a78;
  display: inline-flex;
  flex: 0 0 56px;
  height: 56px;
  justify-content: center;
  width: 56px;
}

.td-content-feature-icon svg {
  display: block;
  height: 30px;
  max-height: 30px;
  max-width: 30px;
  width: 30px;
}

.td-content-feature + .td-content-feature::before {
  background: #dfe5ea;
  bottom: 28px;
  content: "";
  left: 0;
  position: absolute;
  top: 28px;
  width: 1px;
}

.td-content-feature h2,
.td-content-feature h3 {
  color: #1f2933;
  font-size: 19px;
  font-weight: 900;
  line-height: 1.45;
  margin: 0 0 7px;
}

.td-content-feature p {
  color: #657482;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
  margin: 0;
}

.td-content-card {
  background: #fff;
  border: 1px solid #dce3ea;
  border-radius: 12px;
  padding: 26px 24px;
}

.td-content-card h2:first-child,
.td-content-card h3:first-child {
  margin-top: 0;
}

@media (max-width: 760px) {
  .td-content-feature-grid {
    grid-template-columns: 1fr;
  }

  .td-content-feature + .td-content-feature::before {
    bottom: auto;
    height: 1px;
    left: 22px;
    right: 22px;
    top: 0;
    width: auto;
  }
}

@media (max-width: 560px) {
  .td-content-area {
    margin: 22px 0;
  }

  .td-content-feature,
  .td-content-card {
    padding: 20px 18px;
  }

  .td-content-feature {
    min-height: 112px;
  }

  .td-content-feature--with-icon {
    gap: 16px;
  }

  .td-content-feature-icon {
    flex-basis: 50px;
    height: 50px;
    width: 50px;
  }

  .td-content-feature-icon svg {
    height: 27px;
    max-height: 27px;
    max-width: 27px;
    width: 27px;
  }
}
