div.testimonial-blocks-section{padding:20px 20px 70px;max-width:1120px;margin:0 auto}div.testimonial-blocks-section div.blocks-container{display:flex;flex-wrap:wrap;justify-content:space-evenly;align-items:center}div.testimonial-blocks-section div.testimonial-block{width:300px;min-height:250px;background:var(--ww-blue);border-radius:20px;position:relative;padding:60px 20px 20px;margin:0 16px 24px;display:flex;flex-direction:column;justify-content:space-evenly}div.testimonial-blocks-section div.testimonial-block.light{background:var(--ww-white);border:5px solid var(--ww-blue)}div.testimonial-blocks-section div.testimonial-block div.quote-icon{background-image:url("/wp-content/themes/whitewings/assets/icon/quote-icon-white.png");background-size:contain;background-repeat:no-repeat;width:24px;height:24px;position:absolute;top:20px;left:calc(50% - 12px)}div.testimonial-blocks-section div.testimonial-block.light div.quote-icon{background-image:url("/wp-content/themes/whitewings/assets/icon/quote-icon-blue.png")}div.testimonial-blocks-section div.testimonial-block p{color:var(--ww-white);text-align:center}div.testimonial-blocks-section div.testimonial-block.light p{color:var(--ww-blue)}div.testimonial-blocks-section div.testimonial-block p.quote{font-style:italic}