.theme-card {
  min-height: 590px;
  padding-bottom: 74px;
}

.theme-card h3 {
  margin: 46px 0 16px;
}

.theme-card > span {
  max-width: 450px;
}

.theme-routes {
  display: grid;
  gap: 0;
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  border-top: 1px solid rgba(185, 197, 255, .14);
}

.theme-routes li {
  position: relative;
  padding: 9px 0 9px 17px;
  border-bottom: 1px solid rgba(185, 197, 255, .1);
  color: #dfe5ff;
  font-size: 12px;
  line-height: 1.45;
}

.theme-routes li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 12px rgba(255, 106, 61, .65);
}

.charter-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  justify-content: flex-end;
}

.charter-links .text-link {
  margin-top: 0;
}

.text-link-muted {
  color: var(--muted);
}

@media (max-width: 640px) {
  .theme-card {
    min-height: 0;
    padding-bottom: 74px;
  }

  .charter-links {
    justify-content: flex-start;
    margin-top: 24px;
  }
}
