.copyright-info__text {
    color: #94999E;
    color: var(--G-color-text-light);
    font-size: 0.625rem;
    line-height: 1.5;
    text-align: center;
}
@media screen and (min-width: 1024px) {
    .copyright-info__text {
        font-size: 0.75rem;
        text-align: left;
    }
}
@media screen and (min-width: 1024px) {
    .copyright-info__text-break {
        display: none;
    }
}