.appQuoteBig{
    padding-bottom: 6px;
}
.appQuoteBigHeader{
    text-align: center;
    margin:16px 0 5px;
    color: #DE1726;
    font-size: 14px;
    font-weight: bold;
}
.appQuoteBigBottom img{
    width: 100%;
    display: block;
}
@media screen and (max-width: 320px) {
    .appQuoteBigHeader{
        font-size: 12px;
    }
}

