#testimonials-view {
    margin-top: 20px;
}
#testimonials-view .ts-row {
    margin-bottom: 15px;
}
#testimonials-view .advertising {
    margin-bottom: 15px;
}
#testimonials-view .ts-image {
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 15px;
}
#testimonials-view .ts-icon {
    color: #4f4e4e;
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 15px;
    font-size: 56px;
    padding: 12px;
    border: 2px solid #868686;
    line-height: 44px;
}
#testimonials-view .ts-name {
    font-weight: 600;
    font-size: 18px;
}
#testimonials-view .ts-title {
    font-weight: 600;
    margin-bottom: 5px;
}
.ts-required {
    color: #e60000;
}

#testimonials {
    margin-top: 20px;
}
#testimonials .advertising {
    margin-bottom: 15px;
}
#testimonials .ts-image {
    width: 88px;
    height: 88px;
    float: left;
    margin-right: 15px;
}
#testimonials .ts-icon {
    color: #4f4e4e;
    width: 88px;
    height: 88px;
    float: left;
    margin-right: 15px;
    font-size: 76px;
    padding: 12px;
    border: 2px solid #868686;
    line-height: 58px;
}
#testimonials .ts-name {
    font-weight: 600;
    font-size: 18px;
}
#testimonials .ts-title {
    font-weight: 600;
    margin-top: 10px;
}
