.awards-features {
    margin-top: 30px;
}

.feature-box {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.feature-box .icon-wrap {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #52C41A;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}

.feature-box .icon-wrap i {
    color: #fff;
    font-size: 20px;
}

.feature-box p {
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
}
