.footer-info {
    align-items: center;
    display: flex;
    flex-direction: column;

    &__item {
        color: var(--rocket-color-white-base);
        font-size: 1.125rem;
        line-height: 1.59;
        text-align: center;

        @include breakpoint(md) {
            font-size: 1.375rem;
            text-align: left;
        }

        &:is(a) {
            text-decoration: none;

            @include event {
                text-decoration: underline;
            }
        }
    }
}
