/**handles:papania-family-dentistry-theme-css**/
.testimonials-list{display:grid;grid-template-columns:repeat(3,1fr);justify-content:space-between;justify-items:start;align-items:stretch;align-content:space-evenly;gap:40px}.testimonials-list.full{display:grid;grid-template-columns:repeat(4,1fr);justify-content:space-between;justify-items:start;align-items:stretch;align-content:space-evenly;gap:40px}.testimonial{background-color:var(--e-global-color-astglobalcolor4);width:100%;border-radius:16px}.testimonial .inner{padding:30px}.testimonial p{color:var(--e-global-color-astglobalcolor1);font-weight:600;margin-bottom:1em}.testimonial h6{text-transform:uppercase;letter-spacing:2px;margin-bottom:0}.testimonial span{color:var(--ast-global-color-2);font-size:.7rem}footer img{max-width:200px!important}@media (max-width:767px){.testimonials-list{grid-template-columns:repeat(1,1fr)}.testimonials-list.full{grid-template-columns:repeat(1,1fr)}}