.bega-bullets-container-5b091e82 {
    width: 100%;
    padding: 40px 20px;
    background-color: #f9f9f9;
}

.bega-bullets-inner-5b091e82 {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.bega-bullet-item-5b091e82 {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1), transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.bega-bullet-item-5b091e82.is-visible-5b091e82 {
    opacity: 1;
    transform: translateY(0);
}

.bega-bullet-icon-5b091e82 {
    font-size: 20px;
    font-weight: 700;
    color: #F0C56E;
    line-height: 1;
    margin-top: -2px;
}

.bega-bullet-content-5b091e82 {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.bega-bullet-title-5b091e82 {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #2c2c2c;
    margin: 0;
    line-height: 1.3;
}

.bega-bullet-subtitle-5b091e82 {
    font-family: sans-serif;
    font-size: 14px;
    color: #666666;
    margin: 0;
    line-height: 1.4;
}

@media (max-width: 991px) {
    .bega-bullets-inner-5b091e82 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .bega-bullets-inner-5b091e82 {
        grid-template-columns: 1fr;
    }
}
