footer {
    height: 215px;
}

.ft_left {
    line-height: 35px;
}


/* mobile */
@media screen and (max-width: 767px) {
    footer {
            height: 174px;
        }
    .ft_left{
        line-height: 25px;
    }

}
