.site-footer{
    margin-top: 60px;
    padding: 28px 0 18px;
    border-top: 1px solid #333;
    color: #888;
}

.site-footer .footer-wrap{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.site-footer .footer-grid{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 22px;
    padding-bottom: 18px;
}

.site-footer .footer-col h3{
    margin: 0 0 10px 0;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #aaa;
}

.site-footer .footer-col p{
    color: #777;
    font-size: 13px;
    line-height: 1.5;
}

.site-footer .footer-links{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.site-footer a{
    color: #888;
    text-decoration: none;
}

.site-footer a:hover{
    color: #c41e3a;
}

.site-footer .footer-bottom{
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding-top: 14px;
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    font-size: 12px;
    color: #666;
}

.site-footer .footer-bottom .sep{
    opacity: .6;
}
