.footer {
    /* height: 20vh; */
    /* position: absolute; */
    /* bottom: 0;  */
    width: 100%;
}

footer {
    position: relative;
}


div.footer::before {
    content: '';
    border-top: 1px solid #aaa;
    width: '100%';
    display: block;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}

h6.section-header::after {
    content: '';
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    width: '100%';
    display: block;
    padding: .5rem 0;
}

ul {
    padding: 0 20px;
    list-style: none;
}

ul li {
    padding: 5px 0;

}

.footer ul.shortcut li::before {
    content: "\2022";
    color: #3856ac;
    font-weight: bold;
    display: inline-block;
    width: 1em;

}

.footer ul.links li::before {
    content: "\2022";
    color: #3856ac;
    font-weight: bold;
    display: inline-block;
    width: 1em;

}

.footer-item {
    position: relative;
}

.footer img.footer-logo {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200px !important;
    height: auto;
}

ul li a {
    text-decoration: none;

}

@media(max-width:768px) {
    .footer-item {
        margin: 10px 0;
    }
}