.bf-wrapper-abaf5e91 {
    width: 100%;
    font-family: inherit;
}

.bf-header-abaf5e91 {
    text-align: center;
    margin-bottom: 40px;
}

.bf-heading-abaf5e91 {
    margin: 0 0 15px;
    font-size: 32px;
    font-weight: 600;
    color: #111;
}

.bf-subheading-abaf5e91 {
    margin: 0;
    font-size: 16px;
    color: #555;
}

.bf-grid-abaf5e91 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.bf-card-abaf5e91 {
    display: flex;
    align-items: flex-start;
    padding: 30px;
    background-color: #ffffff;
    border-bottom: 3px solid #0066ff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.bf-number-abaf5e91 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background-color: #0066ff;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    border-radius: 50%;
    flex-shrink: 0;
    margin-right: 20px;
    margin-top: 2px;
}

.bf-card-content-abaf5e91 {
    flex-grow: 1;
}

.bf-card-title-abaf5e91 {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 500;
    color: #111;
}

.bf-card-desc-abaf5e91 {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #444;
}

@media (max-width: 767px) {
    .bf-grid-abaf5e91 {
        grid-template-columns: 1fr;
    }
}
