.footer-v2{
    padding:5rem 0 2rem;
    background:#0B1220;
    color:#fff;
}

.footer-grid{
    display:grid;
    grid-template-columns:2fr repeat(4,1fr);
    gap:40px;
    padding-bottom:3rem;
    border-bottom:1px solid rgba(255,255,255,.12);
}

.footer-brand img{
    width:160px;
    margin-bottom:1.5rem;
}

.footer-brand p{
    color:rgba(255,255,255,.72);
    max-width:360px;
}

.footer-brand strong{
    color:#F7C948;
    font-size:.9rem;
}

.footer-v2 h4{
    color:#fff;
    margin-bottom:1rem;
}

.footer-v2 a{
    display:block;
    color:rgba(255,255,255,.72);
    margin-bottom:.65rem;
    font-weight:700;
}

.footer-v2 a:hover{
    color:#F7C948;
}

.footer-bottom{
    display:flex;
    justify-content:space-between;
    gap:20px;
    padding-top:2rem;
    color:rgba(255,255,255,.62);
    font-size:.9rem;
}
