footer{
    background-color: #3e5756;
    padding: 40px;
    padding-bottom: 5px;

    display: flex;
    flex-direction: column;
    align-items: center;
}

footer a{
    color: #D4D4D4 ;
    text-decoration: none;
    margin: 0 5px;
    font-size: 1em;
}
footer a:hover{
    text-decoration: underline;
}
footer .ico{
    margin: 35px 0;
}
footer .ico.white svg{
    fill: white;

}
footer .pl-ml{
    margin-bottom: 15px;
}
footer span{
    color: white;
}
.bot-footer span{
    font-style: italic;
    font-size: 0.8em;
}
.bot-footer span img{
    height: 1.2em;
    border-radius: 2px;
}
.bot-footer{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
}
.bot-footer a{
    text-decoration: underline;
}