/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 7 Apr, 2017, 10:55:36 AM
    Author     : shubham
*/

.testimonialWidgetContainer{
    margin-top: 15px;
    background: white;
}
.testmonial{
    display: flex;
    padding: 5px;
}
.testimonialText{
    font-weight: 600;
    font-size: 13px;
    margin-left: 5px;
}
.testimonialDescription{
    font-size: 12px;
    padding: 10px;
}