.feature-list{display:flex;align-items:center}.feature-list--reverse{flex-direction:row-reverse}.feature-list--reverse .feature-list__illustration{text-align:left}.feature-list__description,.feature-list__illustration{flex:1}.feature-list__illustration{text-align:right}@media screen and (max-width:992px){.feature-list__illustration{display:none}}.feature-list__tag{display:inline-block;color:var(--olive-green-300);background-color:var(--olive-green-100);border-radius:100px;padding:8px 16px;font-size:14px;font-weight:700;line-height:18px;margin-bottom:16px}.feature-list__title{color:#1e1e1e;letter-spacing:-.25px;margin-bottom:48px}.feature-list__group{margin-bottom:48px}.feature-list__item{display:flex;align-items:center;margin-bottom:16px}.feature-list__item:last-child{margin-bottom:0}.feature-list__item>svg{min-width:24px}.feature-list__item>span{margin-left:8px}