.footer-ownership {
    max-width: 36rem;
    margin: -10px 0 0;
    color: #cfc4b3;
    font-family: Outfit, sans-serif;
    font-size: 12px;
    letter-spacing: 0.08em;
    line-height: 1.65;
    text-align: center;
    text-transform: uppercase;
}

.footer-ownership a {
    color: #f4e6bf;
    text-decoration: underline;
    text-underline-offset: 0.22em;
}

.footer-ownership a:hover {
    color: #fff;
}

@media (max-width: 767px) {
    .footer-ownership {
        max-width: 19rem;
        font-size: 10px;
        letter-spacing: 0.06em;
    }
}
