.component-get-started {
    margin-top: 8em;
    padding-top: 1.5em;
    padding-bottom: 1em;
    margin-bottom: 5em;
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 2em;
    border-radius: 10px;
    border: 1px solid #758A4F;
    background: linear-gradient(92.65deg, rgba(117, 138, 79, 0.5) 0%, rgba(117, 138, 79, 0.05) 35.21%, rgba(117, 138, 79, 0.05) 85.01%, rgba(117, 138, 79, 0.25) 100%);
}

.component-get-started > span {
    font-size: 12px;
}

.component-get-started > span,
.component-get-started > p {
    color: var(--foreground-color);
}

.component-get-started > div {
    height: 2em;
}