.bb-content-mobile-topic{
    margin-top: 40px;
}

.bb-img-barr2x {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bb-investment {
    background-color: #9FE12A;
    padding: 20px;
    border-radius: 10px;
}

@media (max-width: 576px) {
    .bb-content-mobile-topic {
        margin-top: 30px;
        margin-bottom: 30px;
        padding: 0 0 40px 0;
    }
}

.ballbet-accordion {
    width: 100%;
    margin: 20px 0;
}

.ballbet-accordion-item {
    margin-bottom: 10px;
    border-radius: 5px;
    overflow: hidden;
}

.ballbet-accordion-header {
    background: linear-gradient(90deg, #1e6c02 0%, #000000 100%);
    color: #fff;
    padding: 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
}

.ballbet-accordion-header i {
    margin-right: 10px;
    transition: transform 0.3s ease;
}

.ballbet-accordion-header.active i {
    transform: rotate(90deg);
}

.ballbet-accordion-content {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 20px;
    display: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    line-height: 1.6;
}

.ballbet-accordion-content.active {
    display: block;
}
