
/* --- Benefit Item Styles (Why Publish Section) --- */
.benefit-item {
    margin-bottom: 30px;
    padding-left: 20px;
    border-left: 3px solid #2ccfbb;
}

.benefit-item:last-child {
    margin-bottom: 0;
}

.benefit-item-content h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #23033c;
}

.benefit-item-content p {
    font-size: 15px;
    line-height: 1.6;
    color: #5a5a5a;
    margin: 0;
}
