.check-list .h4-heading{margin-bottom:32px}.check-list__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:16px}.check-list__item{width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:16px;-moz-column-gap:16px;column-gap:16px;font-size:23px;font-weight:700;line-height:31px;color:var(--grey-100);-webkit-box-shadow:0 10px 30px 0 rgba(167,167,167,.15);box-shadow:0 10px 30px 0 rgba(167,167,167,.15);padding:24px 32px;background:var(--white-100)}.check-list__item .text-color{color:var(--primary);-webkit-transition:all .3s ease 0s;transition:all .3s ease 0s}.check-list__item:hover{background:var(--primary);color:var(--white-100)}.check-list__item:hover .text-color{color:var(--white-100)}.check-list__item:hover .check-list__icon svg path{fill:var(--white-100)}.check-list__item:hover .check-list__arrow svg path{stroke:var(--white-100)}.check-list svg{-webkit-transition:all .3s ease 0s;transition:all .3s ease 0s}.check-list__icon{width:28px;height:28px}.check-list p{width:calc(100% - 84px)}.check-list__arrow{width:24px;height:24px}@media only screen and (max-width:660px){.check-list{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.check-list .h4-heading{margin-bottom:24px}.check-list__item{padding:24px 16px;font-size:15px;line-height:25px}.check-list__icon{width:20px;height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.check-list p{width:calc(100% - 72px)}.check-list__arrow{width:20px;height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}