.site-footer{

    background:#0d0d0d;

    color:#ffffff;

    border-top:1px solid rgba(255,255,255,.08);

}

.footer-content{

    display:grid;

    grid-template-columns:2fr 1fr 1fr;

    gap:80px;

    padding:70px 0 50px;

}

.footer-logo img{

    height:60px;

    margin-bottom:24px;

}

.footer-brand p{

    max-width:420px;

    color:rgba(255,255,255,.7);

    line-height:1.8;

}

.footer-contact,
.footer-links{

    display:flex;

    flex-direction:column;

    gap:14px;

}

.footer-contact h4,
.footer-links h4{

    margin-bottom:12px;

    font-size:14px;

    text-transform:uppercase;

    letter-spacing:.08em;

    color:#ffffff;

}

.footer-contact a,
.footer-links a,
.footer-contact span{

    color:rgba(255,255,255,.7);

    text-decoration:none;

    transition:.25s;

}

.footer-contact a:hover,
.footer-links a:hover{

    color:#ffffff;

}

.footer-bottom{

    display:flex;

    justify-content:space-between;

    align-items:center;

    padding:28px 0;

    border-top:1px solid rgba(255,255,255,.08);

    font-size:14px;

    color:rgba(255,255,255,.55);

}