footer.wp-block-template-part {
    margin-top: 0 !important;

    a {
        &:hover {
            color: var(--wp--preset--color--loops-blood) !important;
        }
    }
}

@media screen and (max-width: 781px) {
    footer.wp-block-template-part {
        .wp-block-group.is-content-justification-right {
            justify-content: flex-start;
        }
    }
}