﻿.footer-box  {
    width:100%;
}


    .footer-box .footer-nav {
        display: flex;
        justify-content: center;
        text-align: center;
        width:80%;
        margin:auto;
        margin-top: 1rem;
    }

    .footer-box .footer-nav a {
        font-size: 0.8em;
        color:#9e9e9e;
        min-width:10rem;
    }

.footer-nav img {
width:40px;
margin:0 35px;
}

