.qm--hero-banner-content{
    font-size: 0px;
}
.qm--hero-banner-content .qm--hero-baner-info,
.qm--hero-banner-content .qm--hero-phone{
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.qm--hero-banner-content .qm--hero-baner-info{
    padding-top: 41px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px;
}

.qm--hero-banner-content .qm--hero-baner-info .qm--hero-title{
    color: #ffffff;
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 0;
    letter-spacing: 0.056px;
    text-transform: uppercase;
    font-family: 'Nunito-Bold';
}
.qm--hero-banner-content .qm--hero-baner-info .qm--hero-desc{
    color: #ffffff;
    font-size: 16px;
    line-height: 31px;
    letter-spacing: 1px;
    margin-top: 14px;
}
@media screen and (min-width: 480px) {
    .qm--hero-banner-content .qm--hero-baner-info .qm--hero-title{
        font-size: 34px;
    }
    .qm--hero-banner-content .qm--hero-baner-info .qm--hero-desc {
        font-size: 23px;
    }

    .qm--hero-banner-content .qm--hero-baner-info{
        padding-left: 50px;
    }
}
@media screen and (min-width: 768px) {
    .qm--hero-banner-content .qm--hero-phone {
        width: 48%;
    }
    .qm--hero-banner-content .qm--hero-baner-info{
        width: 52%;
        margin-bottom: 0px;
    }


}
@media screen and (min-width: 1024px) {
    .qm--hero-banner-content .qm--hero-baner-info,
    .qm--hero-banner-content .qm--hero-phone {
        width: 50%;
    }
    .qm--hero-banner-content .qm--hero-baner-info .qm--hero-title {
        font-size: 50px;
        line-height: 56px;
    }
}
@media screen and (min-width: 1260px) {
    .qm--hero-banner-content .qm--hero-baner-info{
        padding-right: 100px;
        padding-left: 30px;
    }
    .qm--hero-banner-content .qm--hero-baner-info .qm--hero-desc{
        padding-right: 90px;
    }
}