section.three-columns{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}section.three-columns div.col{margin-top:1.5rem}section.three-columns h3{font-size:1.5rem;font-style:normal;font-weight:500;line-height:1.875rem;border-bottom:1px solid var(--color-gray);margin-bottom:1.125rem;padding-bottom:1.125rem}section.three-columns div.col p:has(+ img){margin-bottom:1.125rem}section.three-columns div.col img{max-width:40%}section.three-columns div.col p:empty{margin-bottom:0}@media (max-width:768px){section.three-columns{grid-template-columns:1fr;gap:2.5rem;margin-bottom:2.5rem;margin-top:1.5rem}section.three-columns div.col{margin-top:0}}