section.text-block{display:flex;align-items:center}section.text-block.bg-color-white{background-color:var(--sss-white)}section.text-block.bg-color-gray{background-color:var(--sss-light-grey)}section.text-block ul{position:relative;list-style:none;padding-left:0;margin:0;-webkit-column-break-inside:avoid;page-break-inside:avoid;break-inside:avoid}section.text-block ul li{text-decoration:none;list-style-type:none;position:relative;padding-left:40px}section.text-block li::before{content:'';background:url(../../assets/img/right-icon.svg) no-repeat center center / contain;position:absolute;left:0;transform:translateY(-50%);width:20px;height:20px;margin-top:13px}section.text-block .textBlock-headline{margin-bottom:30px}section.text-block .textBlock-headline.left,section.text-block div.textBlock-text p.left{text-align:left}section.text-block .textBlock-headline.right,section.text-block div.textBlock-text p.right{text-align:right}section.text-block .textBlock-text .center{width:80%;display:block;margin:0 auto}section.text-block .textBlock-headline.center,section.text-block div.textBlock-text p.center{text-align:center}section.text-block .textBlock-headline.justify,section.text-block div.textBlock-text p.justify{text-align:justify}.text-block .content-two-columns{width:100%;-webkit-column-count:2;-moz-column-count:2;column-count:2;-webkit-column-gap:50px;-moz-column-gap:50px;column-gap:50px}.text-block .text-block-html{margin-top:0;margin-bottom:1rem;line-height:30px}.text-block .text-block-html a{text-decoration:underline;color:var(--sss-black)}.text-block .text-block-html a:hover{text-decoration:underline;color:var(--sss-gold)}@media(max-width:991px){.text-block .content-two-columns{-webkit-column-count:1;-moz-column-count:1;column-count:1}}@media(max-width:575px){section.text-block .textBlock-text .center{width:100%}}