:root{--color-brand:#ec1212;--color-white:#fff}.intro-and-text-items-section .text-items{display:grid;gap:1.5rem 3rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.intro-and-text-items-section .text-item .item-title{font-weight:600;margin-bottom:1rem}.intro-and-text-items-section .text-item p{margin:0}@media screen and (max-width:634px){.intro-and-text-items-section .text-item{text-align:center}.intro-and-text-items-section .text-item .item-title{margin-bottom:.5rem}}.two-columns-text-section .text-items{display:grid;gap:3rem}.two-columns-text-section .text-item{max-width:max(80%,800px)}.two-columns-text-section .text-items .item-title{padding-bottom:.25rem;position:relative}.two-columns-text-section .text-items .item-title:before{background-color:var(--color-brand);bottom:0;content:"";height:2px;left:0;position:absolute;right:0}.two-columns-text-section .text-items .item-text li:before{color:#000}.two-columns-text-section .text-items .item-text li p{margin-top:0}@media screen and (min-width:1025px){.two-columns-text-section .text-items{gap:4.5rem;grid-template-columns:repeat(2,1fr)}}.text-items-block .text-items{display:grid;gap:1.5rem}.text-items-block .text-item{background-color:var(--color-white);border:1px solid #ccc;border-radius:14px;padding:1.5rem}.text-items-block .item-title{font-family:var(--h1-font-family);font-size:22px;font-weight:600}@media (min-width:800px){.text-items-block .text-items{gap:3rem;grid-template-columns:1fr 1fr}.text-items-block .text-item{padding:3rem}}