.site-footer__links h6 {
    color: #fff;
    font-size: .9rem;
    margin: 1rem 0;
}
.site-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
}
.site-footer .site-footer__signature {
    display: inline-flex;
    align-items: center;
    gap: .65rem;
    flex-shrink: 0;
    text-decoration: none;
    font-size: .8rem;
}
.site-footer__signature img {
    display: block;
    width: 100px;
    height: auto;
}
.site-footer__bottom > p {
    text-align: right;
}
@media (max-width: 767.98px) {
    .site-footer__bottom {
        align-items: flex-start;
        flex-direction: column;
    }
    .site-footer__bottom > p {
        text-align: left;
    }
}
