.first-screen__hub .smart-fs {
    padding-bottom: 164px;
}
.feature .feature-col .block .icon {
    max-height: 72px;
    height: 72px;
}
.feature .feature-col {
    max-width: 340px;
    box-shadow: 0px 36px 130px -10px rgb(12 16 62 / 12%);
    border-radius: 16px;
    padding: 44px 32px;
    margin-right: 20px;
    position: relative;
    background: #fff;
}

.feature {
    margin-top: -20px;
    z-index: 10;
    position: relative;
    padding-bottom: 82px;
}

.feature .feature-col:last-child {
    margin-right: 0;
}

.feature .feature-col .block .title {
    margin-top: 32px;
	  margin-bottom: 0;
    color
: rgba(9, 12, 56, 1);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0em;
}

.feature .feature-col .block .text {
    line-height: 24px;
    color: rgba(9, 12, 56, 1);
    margin-top: 12px;
    margin-bottom: 16px;
}

.feature .feature-col .block .list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.feature .feature-col .block .list .list__item {
    display: flex;
    align-items: baseline;
    margin-bottom: 12px;
}

.feature .feature-col .block .list .list__item svg {
    margin-right: 17px;
    min-width: 14px;
    min-height: 10px;
    width: 14px;
    height: 10px;
}

.feature .feature-col .block .list .list__item .item {
    color: rgba(83, 96, 126, 1);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
}

.feature .feature-col .block .list .list__item:last-child {
    margin-bottom: 0;
}

.feature .feature-col .block-icon {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(37px, -50%);
    width: 50px;
    height: 50px;
    background: #e9e9ee;
    z-index: 10;
    border-radius: 50%;
}

.feature .feature-col .block-icon span {
    background: #29BBA0;
    width: 12px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.feature .feature-col .block-icon span:first-child {
    transform: translate(-50%, -50%) rotate(90deg);
}

.feature .feature-col .block-icon:after {content: '';position: absolute;top: 5px;left: 5px;background: #fff;width: 40px;height: 40px;border-radius: 50%;/* transform: translate(-50%, -50%); */}

.feature .feature-col:hover .block-icon {
  transform: translate(37px, -50%) scale(1.2);
}

.feature .feature-col .block-icon {
  transition: .4s ease;
}

@media(max-width:768px) {
    .feature .feature-col {
        flex: 0 0 100%;
    }
    .feature .feature-col .block-icon {
        display: none;
    }
    
.feature .feature-col:nth-child(2) {
    margin-right: 0;
}

.feature .feature-col:last-child {
    max-width: 100%;
    margin-top: 20px;
}
}
@media(max-width:767px) {
	

.feature .feature-col {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
}

.feature {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 40px;
}
.first-screen__hub .smart-fs .smart-fs__bg {
    transform: rotate(180deg);
	      width: 100%;
}
}

@media(min-width:1440px) {
  .feature {
  margin-top: -90px;
}