.qweb-footer-logo-block{
    margin-bottom: 15px;
}
.qweb-footer-logo-row{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.qweb-footer-logo {
    /* max-width: 150px; */
    height: auto;
    display: block;
    margin: 0 auto;
}

.qweb-footer-bottom-area{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

/* .qweb-footer-bottom-block + .qweb-footer-bottom-block{
    margin-left: 20px;
} */
 
.qweb-footer-bottom-block{
    margin-left: 20px;
}

.line-block{
    margin-top:40px;
    margin-bottom: 40px;
}

.line-block-secondary{
    margin-top:40px;
    margin-bottom: 20px;
}

.qweb-text-cell{
    margin-bottom: 5px;
}

@media screen and (max-width: 820px){
        .qweb-footer-logo-row{
        display: flex  !important;
        flex-direction: column  !important;
        justify-content: space-between;
        align-items: center;
    }
}

@media screen and (max-width: 750px) {
    .qweb-footer-logo-row{
        display: flex  !important;
        flex-direction: column  !important;
        justify-content: space-between;
        align-items: center;
    }

    .qweb-footer-logo {
        max-width: 150px;
        height: auto;
        display: block;
        margin: 0 auto;
    }

    .qweb-footer-logo-responsive{
        margin-top:20px ;
    }
    
    .qweb-footer-title-responsive{
        margin-top:20px ;
    }

    .qweb-footer-bottom-area {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-end;
    }


}

.queb-footer-social-area{
    margin-top: 10px;
    display: flex;
}


.qweb-footer-social-link{
    color: #191d21 !important;
    background: #CACACA;
    border-radius: 100px;
    overflow: hidden;
    width: 24px !important;
    height: 24px !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.qweb-footer-social-link:hover{
    color: #3a9ef0 !important;
}

.qweb-social-icon-spacing{
    margin-left: 10px;
}

.qweb-footer-credits-new-area{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}