.testimonial-section{display:grid;grid-template-columns:1fr 4fr 1fr;grid-template:"arrow-left testimony testimony testimony testimony arrow-right" "dots dots dots dots dots dots"}.arrow-left{grid-area:arrow-left;padding-right:10px;text-align:right}.arrow-left,.arrow-right{align-self:center;display:flexbox}.arrow-right{grid-area:arrow-right;padding-left:10px}.arrow-right img{text-align:right;transform:rotate(180deg)}.arrow-left img,.arrow-right img{cursor:pointer;max-width:36px;opacity:.3}.testimonials{grid-area:testimony}.testimonial{background-color:#fff;border-radius:5px;box-shadow:10px 5px 25px #d3d3d3;display:none;padding:25px;text-align:center}.num0{display:inherit}.quote{font-size:1.2rem}.dots{grid-area:dots;opacity:.3;padding-top:10px;text-align:center}.select-dot{display:flex;justify-content:center}.dots img{cursor:pointer;max-width:18px}.dot{padding:2px}