.feature-list--wrapper{display:flex;flex-direction:column}.list-item--wrapper{width:100%}.feature-list--item{border:1px solid #dce6f2;border-radius:10px;box-sizing:border-box;margin-bottom:10px;min-height:123px;padding:20px;transition:color .3s ease-in-out,background-color .3s ease-in-out;width:100%}.feature-list--item.is-active,.feature-list--item:hover{background-color:#84bd00;cursor:pointer}.feature-list--item.is-active *,.feature-list--item:hover *{color:#fff}.list-item--title{font-size:20px;font-weight:500;line-height:26px;margin-bottom:5px}.list-item--description{font-size:15px;font-weight:300;line-height:24px}.image-list--wrapper{display:flex;flex-direction:column;gap:50px;height:700px;overflow:hidden;padding-top:20px;width:100%}.feature-list--image{animation-duration:.6s;animation-fill-mode:forwards;animation-name:appear;animation-timing-function:ease-in-out;display:none;margin:0 auto;text-align:center;width:100%}.feature-list--image.is-active{display:block}@media (min-width:991px){.feature-list--wrapper{flex-direction:row}.image-list--wrapper{width:80%}.feature-list--image{text-align:left;width:330px}}@keyframes appear{0%{filter:blur(10px) brightness(1.2);opacity:0}to{filter:blur(0) brightness(1);opacity:1}}