/***** Quote Start Here *****/
.etextbooks-quote {
    background: var(--body-bg);
    -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
    padding: 20px 40px;
    border: 1px solid var(--light-border-color);
    border-radius: 5px;
}

.etextbooks-quote .etextbooks-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.etextbooks-quote .item-icon {
    margin-right: 20px;
    background: var(--jungle-green);;
    border-radius: 50%;
    text-align: center;
    width: 60px;
    height: 60px;
    line-height: 60px;
}

.etextbooks-quote .item-icon svg {
    width: 30px;
    height: 30px;
}

.etextbooks-quote .item-desc {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
}

/***** Quote END Here *****/