49 lines
1.1 KiB
CSS
49 lines
1.1 KiB
CSS
/**
|
|
* 2010-2020 Webkul.
|
|
*
|
|
* NOTICE OF LICENSE
|
|
*
|
|
* All right is reserved,
|
|
* Please go through this link for complete license : https://store.webkul.com/license.html
|
|
*
|
|
* DISCLAIMER
|
|
*
|
|
* Do not edit or add to this file if you wish to upgrade this module to newer
|
|
* versions in the future. If you wish to customize this module for your
|
|
* needs please refer to https://store.webkul.com/customisation-guidelines/ for more information.
|
|
*
|
|
* @author Webkul IN <support@webkul.com>
|
|
* @copyright 2010-2020 Webkul IN
|
|
* @license https://store.webkul.com/license.html
|
|
*/
|
|
|
|
.testimonialContentContainer {
|
|
margin-bottom: 25px;
|
|
margin-top: 70px;
|
|
}
|
|
.testimonialContentText {
|
|
color: #777777;
|
|
font-size: 16px;
|
|
font-weight: 300;
|
|
line-height: 28px;
|
|
text-align: center;
|
|
}
|
|
.testimonialPersonName {
|
|
font-weight: 400;
|
|
font-size: 18px;
|
|
color: #333333;
|
|
margin-top: 10px;
|
|
}
|
|
.testimonialPersonDesig {
|
|
font-weight: 400;
|
|
font-size: 16px;
|
|
color: #777777;
|
|
}
|
|
|
|
.testimonialPersonImg {
|
|
width: 85px !important;
|
|
margin: 0 auto;
|
|
}
|
|
.testimonialPersonDetail {
|
|
text-align: center;
|
|
} |