#footer {
    background-color:#474747;
    padding:30px 0 0;
}

.footerCont {
    width:100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.links_list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.links_list a {
    border-right: 2px solid #ffff;
    padding:0 12px;
    color:#fff;
}

.links_list a:last-child {border-right: none;}

#footer .footerCont img {
    margin:0 0 30px;
}

.last-footer {
    background-color:#3D3D3D;
    padding:20px 0;
}
.last-footer .container {display: flex; justify-content: space-between;}
.last-footer span {
    color: #fff;
    font-family: 'Roboto Slab', serif;
    font-size:1.2rem;
}

.ft-btn-cont {display: flex;}
.ft-btn-cont a{
    font-family: 'Roboto Slab', serif;
    color:#fff;
    font-size: 1.2rem;
}
.ft-btn-cont a:first-child {border-right:solid; border-color:#fff; border-width: 0.5px; padding:0 10px 0 0; margin:0}
.ft-btn-cont a:last-child {padding:0 0 0 10px; border-left: solid; border-width:0.5px; border-color:#fff; margin: 0}
.ft-btn-cont a:hover {color:#208ece;}

@media screen and (max-width:768px){
   .links_list{text-align: center; justify-content: center;}
}