.items { width: 100%; position: relative; padding: 0 0 3em; }
.items .item-holder { margin-bottom: 1.8em; padding: 0 0.9375rem; float: left; width: 100%; }
.items .item { width: 100%; padding: 2.3em; border: 1px solid #D7D7D7; padding: 2.3em; -webkit-transition: all .3s ease; transition: all .3s ease; }
.items .item .name { font-family: "BrutalBold", Arial, sans-serif; float: left; display: block; font-size: 1.275em; letter-spacing: 1px; }
.items .item .date { font-family: "BrutalLight", Arial, sans-serif; float: right; display: block; font-size: .875em; letter-spacing: 1px; }
.items .item p { position: relative; top: 1.5em; display: block; clear: both; font-size: .875em; line-height: 1.9em; text-align: justify; }
.items .item .more { cursor: pointer; padding: 0 .5em .15em; -webkit-border-radius: 5px; border-radius: 5px; background: rgba(255, 173, 0, 0.3); }
.items .item .more:hover { background: #ffad00; }
.items .item:hover { -webkit-box-shadow: 0 12px 18px rgba(0, 0, 0, 0.19); box-shadow: 0 12px 18px rgba(0, 0, 0, 0.19); }

/*# sourceMappingURL=testimonials.css.map */