
.arz-quotes {
    background-color: #FFF;
}
.arz-quotes-image img {
    display: block;
}
.arz-quotes-title {
    margin: 1em 0;
    text-align: center;
}
.arz-quotes-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    /* height: 16400px; */
    padding-bottom: 2rem;
    padding-right: 1rem;
}
.arz-quote {
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 1rem;
    border: 1px #ccc solid;
    box-shadow: none;
    overflow: hidden;
    width: calc(50% - 1rem);
}
.arz-quote:last-child {
    margin-bottom: 0;
}
.arz-quote .arz-quote-title {
    font-size: 1.15rem;
    font-weight: 700;
    padding: 12px 12px 4px 0;
    text-align: center;
}
.arz-quote .arz-col:first-child {
    margin-left: auto;
    text-align: justify;
    width: calc(100% - 150px);
}
.arz-quote>div:first-child {
    display: block;
    height: 138px;
    margin: auto;
    width: 138px;
}
.arz-quote .arz-quote-image {
    border-radius: 100%;
    display: block;
    height: 100%;
    width: 100%;
    margin: auto;
}
.arz-quote p {
    line-height: 30px;
    font-size: 14px;
    padding-right: 12px;
    text-align: justify;
}

#quotes-tabs .arz-tab-content h2 {
    margin-bottom: 1em;
    text-align: center;
}
#quotation .arz-quotes-list {
    height: 11170px;
}
#advice .arz-quotes-list {
    height: 5380px;
}
#quotes .arz-tab-item {
    font-size: 16px;
    line-height: 26px;
    padding: 10px 1.6em;
    background: #eee;
}
#quotes .arz-tab-item:not(.arz-item-active):hover,
#quotes .arz-item-active{
    color: #000!important;
}
#quotes .arz-tab-menu {
    width: 367px;
    margin: 30px auto;
}

@media (min-width: 1112px) and (max-width: 1311px) {
    .arz-quotes-list {
        height: 17250px;
    }
}
@media (max-width: 1111px) {
    #quotation .arz-quotes-list{
        height: auto;
    }
    .arz-quotes-list {
        height: auto;
        padding: 0 1rem;
    }
    .arz-quote {
        width: 100%;
    }
}