.try-banner .checklist {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.try-banner .checklist-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.try-banner .checklist-item .check-img {
  position: relative;
  width: 24px;
  height: 24px;
}

.try-banner .checklist-item .item-text {
  position: relative;
  color: var(--color-accent-4);
  font-size: 24px;
  line-height: normal;
}

.try-banner .button {
  background-color: var(--color-accent-1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  position: relative;
}

.try-banner .button .button-text {
  color: var(--color-background-1);
  font-size: 24px;
  line-height: 42px;
  position: relative;
  width: fit-content;
  font-weight: 600;
}

@media only screen and (max-width: 1280px) {
  .try-banner .checklist-item .item-text {
    color: var(--color-accent-4);
    font-size: 18px;
    letter-spacing: 0;
    line-height: normal;
  }

  .try-banner .button {
    width: 100%;
  }

  .try-banner .button .button-text {
    font-size: 14px;
    line-height: unset;
  }
}
