/* Upload to: public_html/themes/custom/thefitclass/css/pt2home-tfc-steps.css */
.pt2-tfc-steps {
  padding: 78px 0;
  background: #f6f9ff;
}

.pt2-tfc-step-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.pt2-tfc-step-card {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 24px;
  background: #fff;
}

.pt2-tfc-step-card span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: #0b1220;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
}

.pt2-tfc-step-card h3 {
  margin: 0 0 10px;
  color: #0b1220;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -.02em;
  line-height: 1.12;
}

.pt2-tfc-step-card p {
  margin: 0;
  color: #445063;
  font-size: 15px;
  line-height: 1.62;
}

@media (max-width: 780px) {
  .pt2-tfc-steps {
    padding: 48px 0;
  }

  .pt2-tfc-step-row {
    grid-template-columns: 1fr;
  }
}
