.fechamento-ttp-section-rkkn {
  width: 100%;
  box-sizing: border-box;
  background-color: #ffe600;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 40px;
}

.fechamento-ttp-inner-rkkn {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.fechamento-ttp-title-rkkn {
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  margin: 0;
  max-width: 240px;
  color: #000000;
  text-align: center;
}

.fechamento-ttp-button-rkkn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  padding: 0 24px;
  min-height: 48px;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
  background: #3483fa;
  border-radius: 6px;
  white-space: nowrap;
  transition: background-color 0.18s ease-out;
}

.fechamento-ttp-button-rkkn:hover {
  background: #2968c8;
  color: #ffffff;
}

.fechamento-ttp-button-rkkn:active {
  background: #1f4e96;
  color: #ffffff;
}

@media (min-width: 1024px) {
  .fechamento-ttp-section-rkkn {
    padding: 160px 0;
  }

  .fechamento-ttp-title-rkkn {
    font-size: 48px;
    line-height: 56px;
    max-width: 690px;
  }
}
