.feature-section__richtext> :first-child {
    margin-block-start: 0;
}

.feature-section__richtext {
    & ul li {
        position: relative;
        padding-left: 2em;
    }
    & ul li::before {
        content: "";
        position: absolute;
        left: 0;
        top: .125rem;
        width: 1.5rem;
        height: 1.5rem;
        background-color: var(--colors--brand-primary);
        mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10s10-4.48 10-10S17.52 2 12 2m-2 15l-5-5l1.41-1.41L10 14.17l7.59-7.59L19 8z'/%3E%3C/svg%3E") no-repeat center / contain;
        -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10s10-4.48 10-10S17.52 2 12 2m-2 15l-5-5l1.41-1.41L10 14.17l7.59-7.59L19 8z'/%3E%3C/svg%3E") no-repeat center / contain;
    }
}