.ti-wrapper{display:flex;flex-direction:column;gap:24px}.ti{align-items:center;display:flex;gap:32px}.ti__icon,.ti__icon svg{display:flex;flex:1 1 14%;justify-content:center;max-height:85px}.ti__content{flex:1 1 86%}.ti__title{margin-bottom:12px}.ti__desc{margin-bottom:0}.ti--default svg path{fill:var(--text)}.ti--primary .ti__title{color:var(--primary)}.ti--primary svg path{fill:var(--primary)}.ti--tertiary .ti__title{color:var(--tertiary)}.ti--tertiary svg path{fill:var(--tertiary)}.ti--quaternary .ti__title{color:var(--quaternary)}.ti--quaternary svg path{fill:var(--quaternary)}.ti--light :is(.ti__title,.ti__desc){color:var(--white)}.ti--light svg path{fill:var(--white)}.ti--dark-green .ti__title{color:var(--tertiary-background)}.ti--dark-green svg path{fill:var(--tertiary-background)}.ti--tree-green .ti__title{color:var(--quinary)}.ti--tree-green svg path{fill:var(--quinary)}.ti--bush-green .ti__title{color:var(--bush-green)}.ti--bush-green svg path{fill:var(--bush-green)}@media (max-width:640px){.ti{align-items:flex-start}.ti__icon,.ti__icon svg{height:auto;max-width:51px}}@media (min-width:768px){.ti-wrapper{gap:48px}}