.club-program-benefits {
    padding: 40px 168px;
    display: flex;
    flex-direction: column;
    align-items: center; 
    background: #FBF8F8;
}

.club-program-benefits-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
    min-width: 384px;
    max-width: 384px;
}

.club-program-benefits-element.draw-line {
    margin-left: 8px;
    position: relative;
}

.club-program-benefits-element.draw-line::before {
    content: '';
    border-left: 2px solid #F94942;
    display: flex;
    position: absolute;
    height: 8px;
    left: -8px;
    top: 8px;
}