.tl-content-list{background-color:var(--thermo-blue);color:#fff;min-height:100px}.tl-content-list__container{box-sizing:border-box;column-gap:4rem;display:flex;flex-direction:column;margin:0 auto;max-width:var(--max-width);row-gap:4rem;width:100%}.tl-content-list__header{display:flex;flex-basis:calc(33.3333% - 2rem);flex-direction:column;overflow:hidden;row-gap:2em}.tl-content-list__title{font-size:25px;line-height:1.1;margin:0}@media screen and (min-width:375px){.tl-content-list__title{font-size:calc(20.45455px + 1.21212vw)}}@media screen and (min-width:1200px){.tl-content-list__title{font-size:35px}}.tl-content-list__content{line-height:1.5}.tl-content-list__body{flex-basis:calc(66.6666% - 2rem)}.tl-content-list__items{column-gap:4em;display:flex;flex-wrap:wrap;row-gap:4em}.tl-content-list__item{flex-basis:100%;opacity:0;padding-left:2em;transform:translateX("10%")}.tl-content-list__item-title{margin-bottom:1rem;position:relative}.tl-content-list__item-number{font-size:25px;font-weight:700;position:absolute;right:100%;top:0;width:2rem}.tl-content-list__item-heading{background:var(--thermo-blue);display:inline-block;font-size:25px;margin:0;padding-right:1em;position:relative;z-index:5}.tl-content-list__item-title .red-line{background:var(--thermo-red);border:none;height:3px;left:0;margin:0;position:absolute;top:calc(50% - 1.5px);width:100%;z-index:1}.tl-content-list__dots{display:none}@media (min-width:680px){.tl-content-list__item{flex-basis:calc(50% - 2rem)}}@media (min-width:1024px){.tl-content-list__container{flex-direction:row}.tl-content-list__item-number{width:3.5rem}.tl-content-list__item{padding-left:3.5em}.tl-content-list__dots{display:inline-block;margin-top:2em}}