.tdfct-download,
.tdfct-cluster {
  margin: 2.25rem 0;
  padding: 1.4rem 1.5rem;
  border: 1px solid rgba(24, 95, 100, 0.2);
  border-radius: 18px;
  background: #f4fbfa;
}

.tdfct-download h2,
.tdfct-cluster h2 {
  margin-top: 0;
}

.tdfct-kicker {
  margin: 0 0 0.35rem;
  color: #176b70;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.tdfct-button {
  display: inline-block;
  padding: 0.8rem 1.1rem;
  border-radius: 999px;
  background: #176b70;
  color: #fff !important;
  font-weight: 800;
  text-decoration: none !important;
}

.tdfct-button:hover,
.tdfct-button:focus {
  background: #0e5559;
}

.tdfct-cluster ul {
  margin-bottom: 0;
}

@media (max-width: 600px) {
  .tdfct-download,
  .tdfct-cluster {
    padding: 1.15rem;
    border-radius: 14px;
  }
}

