.dbp-wrapper-bc280d60 {
    background-color: #f5f5f5;
    padding: 50px 40px;
    border-radius: 8px;
    width: 100%;
}
.dbp-title {
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 28px;
    font-weight: 600;
}
.dbp-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.dbp-item {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    font-size: 18px;
}
.dbp-icon {
    margin-right: 16px;
    color: #4CAF50;
    display: inline-flex;
    align-items: center;
    font-size: 20px;
}
.dbp-icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}