.root {
    /*background: #f0f2f5;*/
}

.feature-title {
    margin-bottom: 17px;
}

.feature-title:before {
    background: #FF6B7B;
}

.feature-list {
    padding-bottom: 23px;
}

.how-change {
    padding: 48px 29px;
    background: #FFFAFA;
}

.hc-tabset {
    display: flex;
    justify-content: space-between;
    margin-bottom: 26px;
}

.hc-tabset-item {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    position: relative;
    color: black;
    transition: color .5s;
}

.hc-tabset-item:before {
    width: 0;
    height: 3px;
    border-radius: 2px;
    content: '';
    display: block;
    position: absolute;
    background: #FF3C51;
    bottom: -6px;
    left: 50%;
    margin-left: 0;
    transition: width 0.5s, margin-left 0.5s;
}

.hc-tabset-item.active:before {
    width: 20px;
    margin-left: -10px;
}

.hc-tabset-item.active {
    color: #FF3C51;
}

.hc-title {
    font-size: 18px;
    font-weight: 600;
    color: #1A1A1A;
    line-height: 25px;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 26px;
}

.hc-description {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
    margin-bottom: 38px;
    text-align: center;
}

.hc-tab-desc-list {
    width: 300%;
    display: flex;
    transition: transform .5s;
}

.hc-tab-desc {
    width: 33.33%;
}

.hc-tab-desc > p {
    font-size: 14px;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 20px;
}

.future-here {
    padding: 40px 20px;
}

.future-title {
    font-size: 18px;
    font-weight: 600;
    color: #1A1A1A;
    line-height: 25px;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 10px;
}

.future-description {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
    text-align: center;
    margin-bottom: 24px;
}

.future-buttons {
    padding: 37px 33px 0 33px;
    display: flex;
    justify-content: space-between;
}

.future-button {
    height: 44px;
    background: #FF6B7B;
    border-radius: 31px;
    line-height: 44px;
    padding: 0 13px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
}

.future-button.inverse {
    background: transparent;
    min-width: 114px;
    border: 1px solid #FF6B7B;
    color: #FF6B7B;
}