.how-to-container {

}

.how-to-title {

}

.how-works-list {
    padding-left: 20px;
    list-style: none;
}

.how-works-item {
    position: relative;
}

.how-works-item::before {
    content: "•";
    position: absolute;
    left: -15px;
    color: #ff6b6b;
    font-size: 1.2rem;
}

.how-to-item-title {
    margin-bottom: 0!important;
    font-size: 1.125rem!important;
    font-weight: bold!important;
}

.how-works-text {

}

.related.neon {
    display: flex;
    flex-direction: column;
    margin: 1.5rem 0;
    padding: 1.25rem 1.5rem;
    background: #15132f;
    border: 1px solid rgba(157,124,255,.35);
    border-radius: 8px;
    color: #ecebff;
    text-decoration: none;
    transition: all .25s ease;
    box-shadow: 0 4px 12px rgba(157,124,255,.15);
}

.related.neon .related-title {
    margin: 0 0 .5rem;
    font-size: 1.125rem;
    font-weight: bold;
    color: #c9b9ff;
}

.related.neon p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.4;
    color: #bfbaff;
}

.related.neon:hover {
    transform:translateY(-2px);
    box-shadow:0 6px 18px rgba(157,124,255,.35);
    border-color:#b49aff;
}

.related.neon .cta {
    display: inline-block;
    margin-top: .75rem;
    font-size: .85rem;
    font-weight: 600;
    color: #ecebff;
    opacity: .75;
    transition: opacity .25s, transform .25s;
}

.related.neon:hover .cta {
    opacity: 1;
    transform: translateX(3px);
}

@media (max-width: 768px) {
    .related.neon .cta {
        align-self: end;
    }
}

@media (max-width: 500px) {
    .related.neon {
        padding: 15px!important;
    }
}