.strategy-text-item{--strategy-text-item-margin-bottom:96px;--strategy-text-item-header-margin-bottom:16px;--strategy-text-item-header-font-size:28px;--strategy-text-item-text-padding-bottom:16px;--strategy-text-item-text-after-height:1px}.strategy-text-item{width:100%;margin-bottom:var(--strategy-text-item-margin-bottom)}.strategy-text-item .header{position:relative;display:block;margin-bottom:var(--strategy-text-item-header-margin-bottom);font:600 var(--strategy-text-item-header-font-size) / 1.2 "Open Sans";color:var(--color-brand-gray1);-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease}.strategy-text-item .text{position:relative;display:block;padding-bottom:var(--strategy-text-item-text-padding-bottom);line-height:1.7;color:var(--color-brand-gray1)}.strategy-text-item .text:after{content:'';position:absolute;top:100%;height:var(--strategy-text-item-text-after-height);width:20%;background-color:var(--color-brand-gray1);left:0;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease}@keyframes line{from{width:0}to{width:20%}}.strategy-text-item:hover .text:after{background-color:#23b8d1;animation:line .5s}.strategy-text-item:hover .header{color:#23b8d1}@media(max-width:786px){.strategy-text-item .header{font-size:22px}}