.custom-list-feature {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    margin-bottom:15px;
}
.custom-list-feature:last-child{
    margin-bottom:0px;
} 