.custom-grid-testimonials{display:grid;grid-gap:24px;padding-top:var(--gutter-v);padding-bottom:var(--gutter-v)}.custom-grid-testimonials img{width:48px}.custom-grid-testimonials .box{padding:var(--gutter-h);text-align:center;display:flex;flex-flow:column;align-items:center;justify-content:center}@media screen and (min-width:600px){.custom-grid-testimonials{grid-template-columns:1fr 1fr}.custom-grid-testimonials .box.main{grid-column:1/span 2}}@media screen and (min-width:900px){.custom-grid-testimonials{grid-template-areas:"tl tl tl tr tr tr" "cl cl cc cc cr cr" "bl bl bl br br br";grid-template-columns:auto}.custom-grid-testimonials .box.main{grid-area:cc}.custom-grid-testimonials .box:nth-child(2){grid-area:tl}.custom-grid-testimonials .box:nth-child(3){grid-area:tr}.custom-grid-testimonials .box:nth-child(4){grid-area:cl}.custom-grid-testimonials .box:nth-child(5){grid-area:cr}.custom-grid-testimonials .box:nth-child(6){grid-area:bl}.custom-grid-testimonials .box:nth-child(7){grid-area:br}}@media screen and (min-width:1440px){.custom-grid-testimonials{grid-template-areas:". tl tl tr tr ." "cl cl cc cc cr cr" ". bl bl br br .";grid-template-columns:auto}}