.text-blocks-wrapper{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin:0 auto;max-width:1200px}.text-block{margin:0;max-width:100%;padding:0 1.5rem}.text-block__title{background-color:#1872b8;color:#fff;font-size:1.2rem;font-weight:700;margin-bottom:2.5rem;padding:1rem 1.5rem}.text-block__subtitle{font-size:1.2rem;font-weight:700;margin-bottom:1.25rem}.text-block__text{font-size:1rem;line-height:1.7}@media (max-width:920px){.text-blocks-wrapper{gap:2rem;grid-template-columns:1fr}.text-block__title{font-size:1rem;margin-bottom:2rem}.text-block__subtitle{font-size:1.1rem;margin-bottom:1rem}}