.cart__terms {
    align-items: flex-start;
}

.cart__terms label {
    font-size: .8rem;

    a {
        text-decoration: underline;
    }
}