.terms-snippet{
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.terms-snippet h1{
    margin: 0 0 8px 0;
    font-size: 2rem;
    line-height: 1;
    color: #131b41;
    font-weight: 700;
    text-transform: uppercase;
}

.terms-snippet h2{
    margin: 0 0 8px 0;
    font-size: 1.5rem;
    line-height: 1;
    color: #131b41;
    font-weight: 700;
}

.terms-snippet p{
    color: #131b41;
    line-height: 1.7rem;
}

.terms-snippet ul{
    display: flex;
    flex-direction: column;
    gap: 2px;
    list-style: disc;
    padding: 0 0 0 20px;
}

.terms-snippet li{
        color: #131b41;
    line-height: 1.7rem;
}

.terms-snippet a{
    color: #462CE9;
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.terms-snippet a:hover,
.terms-snippet a:focus{
    text-decoration-color: #462CE9;
}
