.footer {
    background-color: #f3f3f4;
    padding: 45px 0;
}

.logo {
    width: 120px;
}

.footer-menu h6 {
    height: 30px;
}

.footer-menu-item{
    margin-bottom: 10px;
    color: #656A72;
    font-size: 14px;
    cursor: pointer;
}

.footer-menu-item:hover{
    color: #333333;
    border-bottom: 1px solid #333333;
}

.footer-bottom {
    padding: 20px 0;
    border-top: 1px solid #e5e5e5;
    font-size: 12px;
    color: #B8BABE;
}
