#sc-section-card-bet365{
    display: flex;
    justify-content: center;
    width: 100%;
}


.card-bet365-content{
    max-width: 1200px;
    padding: 0 15px;
}

.card-bet365-content-text{
    width: 100%;
    margin-bottom: 50px;
}

.card-bet365-content-text h2{
    font-family: var(--sc-font-family-header);
    font-size: 54px;
    color: white;
    font-weight: 400;
    font-weight: var(--sc-font-weight-extralight);
}

@media screen and (max-width: 768px){
    .card-bet365-content-text h2{
        font-size: 38px;
    }
    
}

.card-bet365-content-text h3{
    font-family: var(--sc-font-family-header);
    font-weight: var(--sc-font-weight-light);
    font-size: 24px;
    color: var(--sc-color-primary-darker);
    text-transform: uppercase;
}

@media screen and (max-width: 768px){
    .card-bet365-content-text h3{
        font-size: 18px;
    }
    
}