.start-action {
  margin-top: 24px;
  border: 1px solid #d9e3ee;
  background: #fff;
  padding: 24px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  box-shadow: 0 12px 34px rgba(17, 48, 82, 0.06);
}

.start-action > div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.start-action strong {
  font: 700 18px Outfit, sans-serif;
  color: #142b48;
}

.start-action span {
  font-size: 12px;
  color: #68788c;
}

@media (max-width: 680px) {
  .start-action {
    align-items: stretch;
    flex-direction: column;
    padding: 22px;
    text-align: center;
  }
}
