.footer-main {
    background: $bg-black-light;
    color: $white;
    padding: 30px 0 28px;
    text-align: center;

    img {
        height: auto;
        margin-bottom: 30px;
        max-width: 160px;
    }

    a {
        color: $white;
        margin: 0 4px;
        text-decoration: underline;
    }

    p {
        margin-bottom: 15px;
    }

}
