.footer{

    width:100%;

    margin:120px 0 0;

}


.footer-image{

    width:100%;

    height:420px;

    background:url("/assets/images/footer.png") center center/cover no-repeat;

}


.footer-content{

    width:100%;

    background:#11182d;

    color:#fff;

}


.footer-container{

    max-width:1400px;

    margin:auto;

    padding:70px 40px;

    display:grid;

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

    gap:80px;

}


.footer-brand img{

    width:90px;

    margin-bottom:20px;

}


.footer-brand p{

    line-height:2.2;

    color:#ddd;

    max-width:420px;

}


.footer h4{

    margin-bottom:20px;

    font-size:22px;

    font-weight:700;

}


.footer a{

    display:block;

    color:#ddd;

    text-decoration:none;

    margin-bottom:14px;

    transition:.25s;

}


.footer a:hover{

    color:#18d2b5;

}


.footer-contact p{

    color:#ddd;

    margin-bottom:12px;

}


.copyright{

    width:100%;

    background:#11182d;

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

    text-align:center;

    padding:25px;

    color:#cfcfcf;

    font-size:15px;

}


@media(max-width:900px){

.footer-container{

    grid-template-columns:1fr;

    text-align:center;

    padding:70px 30px 40px;

}


.footer-brand p{

    margin:auto;

}

}