.ss-wrapper-ca0f15ed {
    text-align: center;
    padding: 40px 20px;
    font-family: inherit;
}
.ss-wrapper-ca0f15ed .ss-eyebrow {
    color: #2e7d32;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 16px;
}
.ss-wrapper-ca0f15ed .ss-description {
    color: #333;
    max-width: 800px;
    margin: 0 auto 40px;
    line-height: 1.6;
    font-size: 16px;
}
.ss-wrapper-ca0f15ed .ss-benefits {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}
.ss-wrapper-ca0f15ed .ss-benefit {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 180px;
}
.ss-wrapper-ca0f15ed .ss-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ss-wrapper-ca0f15ed .ss-icon img {
    max-width: 100%;
    height: auto;
}
.ss-wrapper-ca0f15ed .ss-icon-placeholder {
    width: 50px;
    height: 50px;
    border: 2px dashed #ccc;
    border-radius: 50%;
}
.ss-wrapper-ca0f15ed .ss-title {
    color: #000;
    font-weight: 600;
    font-size: 15px;
}