.text-section.text-right,.text-section.text-left{display:grid;grid-template-columns:repeat(3,1fr);align-items:center;justify-items:center;grid-column-gap:5rem}.text-section.text-right.has-no-title,.text-section.text-left.has-no-title{grid-template-areas:"img img img" "text text text"}.text-section.text-right.has-title,.text-section.text-left.has-title{grid-template-areas:"img img img" "title title title" "text text text"}.text-section>img{grid-area:img;max-width:100%;height:auto;margin-bottom:3rem}.text-section>h2{grid-area:title}.text-section>:not(img):not(h2){grid-area:text}@media (min-width:768px){.text-section.text-right.has-no-title{grid-template-areas:"img text text"}.text-section.text-left.has-no-title{grid-template-areas:"text text img"}.text-section.text-right.has-title{grid-template-areas:"img title title" "img text text"}.text-section.text-left.has-title{grid-template-areas:"title title img" "text text img"}}.text-section{font-size:1.8rem;line-height:3.1rem;text-align:justify;margin:5rem 0;overflow:auto}.text-section>h2{font-size:3rem;text-align:left;justify-self:start}.text-section>h2::after{content:'';display:block;height:1px;width:10rem;margin:3.5rem 0;background-color:var(--orange)}.text-section>h3{margin:1.5rem 0}.text-section>h4{margin:1rem 0}.text-section>p>img.alignleft{float:left;margin-right:3rem}.text-section>p>img.alignright{float:right;margin-left:3rem}.text-section>p>a{color:var(--orange);transition:all 0.3s ease}.text-section>p>a:hover{text-decoration:underline}.text-section ul{margin:1.5rem 0}.text-section ul>li{display:flex;align-items:flex-start;margin:2rem 0}.text-section ul>li::before{content:"\2713";font-size:1.4em;color:var(--dark-orange);margin-right:1.5rem;font-weight:700}@media (min-width:768px){.text-section>img{margin-bottom:0}}