.footer-bg{
    background-image: url(../img/footer.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20PX;
}
.footer-con{
    display: flex;
    flex-direction: column;
    flex-flow: row;
    align-items: center;
    flex-wrap: wrap;
   
}

.footer-item-con{
    /* padding: 3px; */
    margin: 10px;
}

.footer-text{
    line-height: 26px;
    content:telephone=no;
}
.line-left{
    position: relative;
    padding-left: 19px;
}

.line-left::before {
    position: absolute;
    left: 0px;
    content:"";
}

.footer-design{
    padding: 0;
    margin: 0;
}

@media only screen and (min-width: 360px) and (max-width: 576px) {
    .footer-bg{
        padding: 0px;
    }
    .footer-con{
        margin-top: 10px;
    }
    .footer-design{
        font-size: 12px;
        padding: 10px 30px;
    }
    .footer-text{
        font-size: 14px;
        line-height: 20px;
        width: 100%;
        margin: auto;
    }
    .footer-item-con{
        padding: 0;
        width: 100%;
    }
    .line-left::before {
        top: 3px;
        height: 13px;
        border-left: 1px #4C4948 solid;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-bg{
        padding: 20px;
    }
    .footer-con{
        margin-top: 17px;
    }
    .footer-design{
        font-size: 12px;
    }
    .footer-text{
        font-size: 14px;
        padding-top: 7px;
        line-height: 40px;
    }
    .line-left::before {
        top: 7px;
        height: 21px;
        border-left: 2px #4C4948 solid;
    }

}
@media only screen and (min-width: 768px) {
    .footer-bg{
        padding: 20px;
    }
    .footer-con{
        margin-top: 17px;
    }
    .footer-design{
        font-size: 14px;
    }
    .footer-text{
        font-size: 16px;
        padding-top: 7px;
        line-height: 1.2;
    }
    .line-left::before {
        top: 4px;
        height: 15px;
        border-left: 2px #4C4948 solid;
    }
}