.beauty-footer {

    display: grid;

    gap: 30px;

    padding:
        50px 22px 28px;

    background: #080808;

    color: white;

}


.beauty-footer__brand {

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 1.8rem;

    font-style: italic;

    font-weight: 700;

}


.beauty-footer p {
    color: #999;
}


.beauty-footer__links {

    display: grid;

    grid-template-columns:
        repeat(2, 1fr);

    gap: 14px 28px;

}


.beauty-footer__links a {

    color: #ddd;

    font-size: 0.82rem;

}


.beauty-footer__bottom {

    padding-top: 20px;

    color: #777;

    border-top:
        1px solid #292929;

    font-size: 0.72rem;

}