.text-with-cards-and-image{padding:40px 0}.text-with-cards-and-image .container{display:grid;gap:24px}.text-with-cards-and-image .container h1,.text-with-cards-and-image .container h2,.text-with-cards-and-image .container p{margin:0;text-align:center}.text-with-cards-and-image .container h1 br,.text-with-cards-and-image .container h2 br,.text-with-cards-and-image .container p br{display:none}.text-with-cards-and-image .container p,.text-with-cards-and-image .container ul li{color:var(--gray-1000);font-size:16px;font-weight:400;line-height:1.5;margin:8px 0 0;text-align:center}.text-with-cards-and-image .container ul{margin:0;padding:0 0 0 24px}.text-with-cards-and-image .container ul li{color:var(--gray-1400);margin:0;text-align:left}.text-with-cards-and-image .cards{display:flex;gap:16px;column-gap:24px;flex-wrap:wrap;margin-top:24px}.text-with-cards-and-image .cards .card{backdrop-filter:blur(14px);background:rgba(0,117,74,.08);border:2px solid rgba(250,251,252,.44);border-radius:16px;display:grid;gap:16px;grid-template-rows:auto 1fr;padding:24px;width:100%}.text-with-cards-and-image .cards .card h3{align-items:start;color:var(--gray-1800);display:flex;font-size:16px;font-style:normal;font-weight:700;gap:8px;line-height:1.5;margin:0}.text-with-cards-and-image .cards .card h3 br{display:none}.text-with-cards-and-image .cards .card p{margin:0}@media (min-width:992px){.text-with-cards-and-image{padding:80px 0}.text-with-cards-and-image .container{align-items:center;grid-template-columns:60% 40%}.text-with-cards-and-image .container h1,.text-with-cards-and-image .container h2,.text-with-cards-and-image .container p{text-align:left}.text-with-cards-and-image .container h1 br,.text-with-cards-and-image .container h2 br,.text-with-cards-and-image .container p br{display:block}.text-with-cards-and-image .cards .card{width:calc(50% - 12px)}.text-with-cards-and-image .cards .card h3 br{display:block}}