.feature h1 {
    color: #000000;
    font-size: 50px;
    font-weight: bold;
    line-height: 67px;
}

.feature p {
    font-weight: 400;
    color: #4E5869;
    font-size: 20px;
    margin: 44px 0;
}

.feature {
    width: 100%;
    padding: 60px 0 40px 0;
    background: url("/static/webb/index/static/trust/banner2.png") no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.feature .feature-body .feature-tabs {
    display: flex;
    justify-content: center;
    gap: 39px;
    margin: 28px 0 20px 0;
    font-weight: bold;
}

.feature .feature-body .feature-tabs .feature-tab-item {
    cursor: pointer;
    display: flex;
    height: 39px;
    padding: 0 34px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 39px;
    border: 1px solid #3C74FF;
    color: #3C74FF;
}

.feature .feature-body .feature-tabs .feature-tab-item-active {
    background: #3C74FF;
    color: #fff;
}
.feature-content {
    min-height: 600px;
}
/* .feature .feature-body .feature-content {
    height: fit-content;
    background: #fff;
    display: grid;
    grid-template-columns: repeat(4, 260px);
    grid-template-rows: repeat(4, 160px);
    border-radius: 7px;
    box-shadow: 0 -2px 24px 0 rgba(2, 10, 51, 0.08);
}

.feature .feature-body .feature-content .feature-content-item {
    padding: 20px 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 0.5px solid rgba(162, 162, 162, 0.1);
}

.feature .feature-body .feature-content .feature-content-item .feature-content-item-title {
    color: #404041;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    margin: 7px 0;
}

.feature .feature-body .feature-content .feature-content-item .feature-content-item-desc {
    color: #A2A2A2;
    text-align: center;
    font-size: 12px;
} */