.tg-execute {
  padding: 96px 0;
  background: #fff;
  font-family: var(--tp-ff-dm, "DM Sans", sans-serif);
}

.tg-execute__inner {
  max-width: 1524px;
  margin: 0 auto;
  padding: 0 24px;
}

.tg-execute__head {
  max-width: 720px;
  margin-bottom: 48px;
}

.tg-execute__kicker {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #0f6b55;
}

.tg-execute__head h2 {
  margin: 0 0 12px;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: #0b1220;
}

.tg-execute__head p {
  margin: 0;
  font-size: 17px;
  line-height: 1.65;
  color: #5b6478;
}

.tg-execute__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(11, 18, 32, 0.12);
}

.tg-execute__step {
  padding: 36px 32px 40px;
  border-bottom: 1px solid rgba(11, 18, 32, 0.12);
  border-right: 1px solid rgba(11, 18, 32, 0.12);
}

.tg-execute__step:nth-child(3n + 1) {
  padding-left: 0;
}

.tg-execute__step:nth-child(3n) {
  padding-right: 0;
  border-right: 0;
}

.tg-execute__num {
  margin: 0 0 16px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #0f6b55;
}

.tg-execute__step strong {
  display: block;
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #0b1220;
}

.tg-execute__step span {
  font-size: 15px;
  line-height: 1.55;
  color: #5b6478;
}

.tg-execute__note {
  margin: 28px 0 0;
  max-width: 68ch;
  font-size: 13px;
  line-height: 1.6;
  color: #8b93a7;
}

@media (max-width: 991.98px) {
  .tg-execute {
    padding: 64px 0;
  }

  .tg-execute__grid {
    grid-template-columns: 1fr 1fr;
  }

  .tg-execute__step {
    padding: 28px 24px 32px;
  }

  .tg-execute__step:nth-child(3n + 1) {
    padding-left: 24px;
  }

  .tg-execute__step:nth-child(3n) {
    padding-right: 24px;
    border-right: 1px solid rgba(11, 18, 32, 0.12);
  }

  .tg-execute__step:nth-child(2n + 1) {
    padding-left: 0;
  }

  .tg-execute__step:nth-child(2n) {
    padding-right: 0;
    border-right: 0;
  }
}

@media (max-width: 575.98px) {
  .tg-execute__grid {
    grid-template-columns: 1fr;
  }

  .tg-execute__step,
  .tg-execute__step:nth-child(3n),
  .tg-execute__step:nth-child(2n),
  .tg-execute__step:nth-child(3n + 1),
  .tg-execute__step:nth-child(2n + 1) {
    padding: 28px 0 32px;
    border-right: 0;
  }
}
