#footer{
    background: #424043;
    color: #fff;
    padding: 30px 0;
    text-align: center;
    .web-title{
        color: inherit;
        font-weight: 800;
        font-size: 18px;
        line-height: 20px;
        margin: 0;
        padding: 0 0 8px;
        text-transform: uppercase;
    }
    .company-name{
        text-transform: uppercase;
        font-size: 14px;line-height: 14px;
        font-weight: 600;
        margin:30px 0 10px;
    }
    .copyright{
        font-size: 10px;
        margin: 0;
    }
    @media (min-width : $screen-sm-max){
        text-align: left;
        .company-name{
            margin: 0 0 20px;
        }
    }
}