.how{padding:50px 0;background:var(--color-third,rgba(77,70,116,.08))}.how__title{text-align:center;margin-bottom:20px}.how__items{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-around}.how .item{display:flex;flex-wrap:wrap;position:relative;width:100%;margin-bottom:33px;padding-top:0;justify-content:space-between;align-items:flex-start;max-width:100%;text-align:left}.how .item__image{margin:0 auto;margin-bottom:20px;border:1px solid rgba(89,102,87,.15);border-radius:50%;position:relative;left:auto;top:auto;transform:none;margin-bottom:10px;width:80px;height:80px}.how .item__image:before{content:"";background:var(--color-main,var(--color-one));position:absolute;left:50%;top:50%;border-radius:50%;transform:translate(-50%,-50%);width:60px;height:60px}.how .item__number{position:absolute;border-radius:50%;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;font-weight:900;line-height:26px;color:#fff;background:var(--color-main,var(--color-one));z-index:20;width:30px;height:30px;font-size:16px;bottom:auto;top:-5px;right:0}.how .item__image img{z-index:10;position:absolute;left:0;top:0;display:block;width:100%;height:100%}.how .item__image:after{content:"";width:191px;height:1px;position:absolute;top:50%;right:0;transform:translateX(100%);background:rgba(89,102,87,.57);width:1px;height:100px;display:block;right:auto;left:50%;top:auto;bottom:0;transform:translateY(100%)}.how .item:last-child .item__image:after{display:none}.how .item__content{width:100%;max-width:220px}.how .item__title{font-weight:800;line-height:125%;margin-bottom:10px;font-size:15px}