.four-features{--ff-gap:60px;--ff-item-padding:8px;--ff-item-gap:10px;--ff-item-radius:20px;--ff-item-shadow:2px 2px 16px rgba(10,41,37,.1);--ff-icon-box-size:48px}.four-features__wrapper{display:flex;flex-flow:row nowrap;gap:var(--ff-gap);width:100%}.four-features__item{align-items:center;border-radius:var(--ff-item-radius);box-shadow:var(--ff-item-shadow);display:flex;flex-direction:row;gap:var(--ff-item-gap);justify-content:flex-start;padding:var(--ff-item-padding);width:265px}.four-features__icon{align-items:center;aspect-ratio:1/1;border-radius:10px;display:flex;filter:drop-shadow(2px 2px 16px rgba(0,0,0,.1));height:var(--ff-icon-box-size);justify-content:center;position:relative;width:var(--ff-icon-box-size)}.four-features__icon .border-left-icon,.four-features__icon .border-right-icon{content:"";pointer-events:none;position:absolute;width:8px;z-index:1}.four-features__content{display:flex;flex-direction:column;gap:2px}.four-features__title{font-family:var(--Cigal-secondary-font)!important;font-size:18px!important;font-weight:700!important;line-height:22px!important;white-space:nowrap}.four-features__description{font-size:14px!important;font-weight:400!important;line-height:18px!important}body.light-mode .four-features__item{background:#f9feff}body.light-mode .four-features__icon{background:linear-gradient(274deg,rgba(0,94,182,.1) 4.14%,rgba(0,154,30,.1) 58%,rgba(255,106,0,.1) 103.28%)}body.light-mode .four-features__icon .border-left-icon,body.light-mode .four-features__icon .border-right-icon{border:none}body.dark-mode .four-features__item{background:#323232}body.dark-mode .four-features__icon{background:linear-gradient(274deg,rgba(0,94,182,.1) 4.14%,rgba(0,154,30,.1) 58%,rgba(255,106,0,.1) 103.28%),rgba(50,50,50,.6)}body.dark-mode .four-features__icon .border-left-icon{border-bottom-left-radius:8px;border-left:1px solid #645b4f;bottom:0;left:-1px;top:8px}body.dark-mode .four-features__icon .border-right-icon{border-right:1px solid #645b4f;border-top-right-radius:8px;bottom:8px;right:-1px;top:0}.four-features__icon-dark,body.dark-mode .four-features__icon-light{display:none}body.dark-mode .four-features__icon-dark{display:block}@media screen and (max-width:768px){.four-features__wrapper{display:block}.four-features__item{margin:0 auto 18px;width:265px}.four-features__item:last-child{margin-bottom:0}}