section.text-column-module .container{display:flex;flex-direction:column;gap:3rem}section.text-column-module .wrapper-top{display:flex;flex-direction:column;gap:1rem;max-width:42rem}section.text-column-module .wrapper-columns{align-items:start;display:grid;gap:5rem;grid-template-columns:repeat(2,minmax(0,1fr))}@media screen and (max-width:768px){section.text-column-module .wrapper-columns{gap:2.5rem;grid-template-columns:minmax(0,1fr)}}section.text-column-module .wrapper-column{width:100%}section.text-column-module .wrapper-column .richtext,section.text-column-module .wrapper-column .richtext *{color:#2f2f58}section.text-column-module .wrapper-column .wrapper-checklist{margin-top:1.5rem;width:100%}section.text-column-module .wrapper-column .wrapper-buttons{align-items:flex-start;display:flex;margin-top:2rem}