.marqito-footer{
    background:#07101f;
    color:#fff;
    padding:80px 0 30px;
}

.footer-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:50px;
}

.marqito-footer h3,
.marqito-footer h4{
    margin-bottom:20px;
    color:#D4AF37;
}

.marqito-footer p,
.marqito-footer li,
.marqito-footer a{
    color:#d7d7d7;
    line-height:1.8;
    text-decoration:none;
}

.footer-links ul,
.footer-services ul{
    list-style:none;
    padding:0;
}

.footer-bottom{
    text-align:center;
    margin-top:60px;
    border-top:1px solid rgba(255,255,255,.1);
    padding-top:25px;
    color:#aaa;
}

@media(max-width:991px){

.footer-grid{
grid-template-columns:1fr 1fr;
}

}

@media(max-width:768px){

.footer-grid{
grid-template-columns:1fr;
}

}