.section-bullets {
    color: #4A4B54;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.section-bullets > h2 {
    color: #1B1A25;
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 29px;
    font-weight: 700;
    line-height: 35px;
}

.section-bullets > p {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.section-bullets > p:last-child {
    margin-bottom: 0;
}

.section-bullets > .bullets-holder {
    margin-top: 30px;
}

.section-bullets > .bullets-holder > .item {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}

.section-bullets > .bullets-holder > .item > .bullet {
    min-width: 30px;
    width : 30px;
    height: 30px;
    background-color: #DF2C36;
    color: #FFFFFF;
    margin-right: 10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
}
