.qm--footer{
    width: 100%;
    margin-top: 100px;

    background: #ffffff;
    display: inline-block;
    border-top: 1px solid rgba(0,0,0,0.1);

    margin-bottom: 0 !important;
}
.qm--footer-content{
    font-size: 0;
    padding: 30px 10px;
}
.qm--footer-content .qm--footer-column{
    width: 100%;
    margin-bottom:30px;
    vertical-align: top;
    display: inline-block;
}
.qm--footer .qm--footer-column-headline{
    font-size: 19px;
    margin-bottom: 25px;
    font-family: 'Nunito-Bold';
    letter-spacing: 0.056px;
    color: rgba(51,51,51,0.7);
}

.qm--footer .qm--footer-email{

}
.qm--footer .qm--footer-phone,
.qm--footer .qm--footer-email,
.qm--footer .qm--footer-policy,
.qm--footer .qm--footer-terms{
    width: 100%;
    font-size: 16px;
    display: inline-block;
    letter-spacing: 0.056px;
    margin-bottom: 12px;
    color: rgba(51,51,51,0.7);
}
.qm--footer .qm--footer-policy,
.qm--footer .qm--footer-terms{
}
.qm--footer .qm--footer-social{
    width: 36px;
    height: 36px;
    margin-top: 14px;
    margin-right: 14px;
    line-height: 36px;
    background: #727CF5;
    text-align: center;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.qm--footer .qm--footer-social:last-child{
    margin-right: 0;
}
.qm--footer .qm--footer-social i{
    color: #FFFFFF;
    vertical-align: middle;
}

.qm--footer .qm--copy-right{
    width: 100%;
    font-size: 11px;
    padding-top: 18px;
    text-align: center;
    display: inline-block;
    letter-spacing: 0.056px;
    color: rgba(51,51,51,0.7);
    border-top: 1px solid rgba(0,0,0,0.1);
}
@media screen and (min-width: 768px){
    .qm--footer {
        margin-top: 255px;

        margin-bottom: 0 !important;
    }
    .qm--footer-content .qm--footer-column {
        width: 33.3%;
        margin-bottom:0px;
    }
    .qm--footer-content{
        font-size: 0;

        padding: 46px 50px;
        margin-bottom: 0 !important;
    }
}