section.testimonial-cards .inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:3rem}section.testimonial-cards .heading{margin:0 auto 3rem;max-width:850px;text-align:center}section.testimonial-cards .heading span{color:var(--color-scheme,#254af3)}section.testimonial-cards .entries{display:grid;gap:1rem;grid-template-columns:repeat(2,minmax(0,1fr))}@media (max-width:900px){section.testimonial-cards .entries{grid-template-columns:1fr}}section.testimonial-cards .entry{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:justify;-ms-flex-pack:justify;background-blend-mode:multiply;background-color:#ebf9ff;background-image:url(/wp-content/themes/sheerid/eugene/assets/img/testimonial-card-bg-ellipse.png);background-position:100% 100%;background-repeat:no-repeat;background-size:50% auto;border-radius:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:2rem;justify-content:space-between;min-height:255px;padding:3rem 2rem}@media (max-width:900px){section.testimonial-cards .entry{min-height:220px;padding:2rem 1.5rem}}section.testimonial-cards .blurb{color:#4f6b84;line-height:1.2;margin:0}section.testimonial-cards .blurb a,section.testimonial-cards .blurb strong{color:#254af3;text-decoration:none}section.testimonial-cards .logo{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:70px;max-width:200px}section.testimonial-cards .logo img{height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:left center;object-position:left center;width:100%}section.testimonial-cards .cta-wrap{-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;margin-top:.5rem}