/* IMPORTANT STEP */
/* Be sure to add the class .bb-testimonials to the Beaver Builder testimonials module (but you don't include the period so just bb-testimonials) */
/* Here is the CSS code to achieve the nice testimonial styles */
/* Styling the testimonial text box */
.bb-testimonials p:first-child {
background: #f2f2f2;
border-radius: 5px;
margin-bottom: 60px;
padding: 40px;
position: relative;
}
/* Adding the rotated square shape */
.bb-testimonials p:first-child:after {
background: #f2f2f2;
height: 40px;
width: 40px;
transform: rotate(45deg);
display: block;
content: "";
position: absolute;
bottom: -20px;
}
/* Style the image thumbnail */
.bb-testimonials img {
border-radius: 100%;
height: 80px;
width: 80px;
margin: -10px 20px 0 20px;
}