:root{--colorPrimary: rgb(2 52 68);--colorSecondary: #8fea06;--colorTertiary: #884dff;--colorError: #ff0000;--colorSuccess: #89e103;--colorWhite: #ffffff;--colorBlack: #000000;--colorGrey: #e8e8f3;--colorGreyLight: #f7f7fa;--colorPrimaryLight: #f1f1f9;--colorText: var(--colorPrimary);--underlineColor: var(var(--colorSecondary));--lineHeight: 1.675;--shadow: 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 0px 1px rgba(0, 0, 0, 0.04);--containerWidth: 1240px}.points__item{position:relative;padding:20px;text-align:center}.points__item::before{content:"";position:absolute;top:0;left:32px;right:32px;height:1px;background-color:var(--colorPrimary);opacity:.1}.points__item:nth-child(odd)::after{content:"";position:absolute;right:0;top:32px;bottom:32px;width:1px;background-color:var(--colorPrimary);opacity:.1}.points__content{display:flex;flex-direction:column;gap:15px}.points__img{display:flex;align-items:center;justify-content:center;width:76px;height:76px;margin:0 auto 10px}.points__img .image img{width:auto;height:auto;max-width:100%;max-height:100%}.points__title{margin:0}.points__text>:last-child{margin-bottom:0}@media(min-width: 480px){.points{display:grid;grid-template-columns:repeat(2, 1fr)}.points__item:nth-child(1)::before,.points__item:nth-child(2)::before{content:normal}.points--thirds{display:flex;justify-content:center;flex-wrap:wrap}.points--thirds .points__item{width:50%}}@media(min-width: 990px){.points{grid-template-columns:repeat(4, 1fr)}.points__item{padding:40px}.points__item::before{content:normal}.points__item:not(:last-child)::after{content:"";position:absolute;right:0;top:32px;bottom:32px;width:1px;background-color:var(--colorPrimary);opacity:.1}.points__content{gap:30px}.points__img{margin-bottom:20px}.points--thirds{justify-content:center}.points--thirds .points__item{width:25%}.points--thirds .points__item:last-child{width:25%}.points--thirds .points__item:last-child::after{content:normal}}
