.text-section{display:flex;justify-content:var(--section-alignment,center);text-align:var(--text-align,center);word-break:break-word}.text-section .text-section__container{max-width:850px;width:100%;padding:0 20px}.text-section .text-section__container.text-section__container--full-width{max-width:100%}.text-section .text-section__content{line-height:1.5}.text-section .text-section__content.text-section__content--cut-off{position:relative;max-height:222px;overflow:hidden}.text-section .text-section__content.text-section__content--cut-off::after{content:"";position:absolute;bottom:0;left:0;z-index:1;width:100%;height:5rem;background:linear-gradient(180deg,#fff0 0%,var(--color-background) 100%);pointer-events:none}.text-section .text-section__heading{line-height:1.35;letter-spacing:.02em}.text-section .text-section__heading+.text-section__content{margin-top:20px}.text-section .text-section__subheading{margin-top:5px;margin-bottom:15px;line-height:1.6;color:var(--color-secondary-text,#757575)}.text-section .text-section__read-more-button{position:relative;margin-top:20px}.text-section .text-section__read-more-button .icon{width:14px;height:14px;-webkit-margin-start:7px;margin-inline-start:7px;transition-property:transform;transition-duration:var(--timing-base)}.text-section .text-section__read-more-button.is-active .icon{transform:rotate(180deg)}