.sbc-section-title {
    position: relative;
    font-family: Roboto, sans-serif; 
    margin: auto;
}

.sbc-section-subtitle {
    color: #828282; 
    font-family: Roboto, sans-serif; 
    font-size: 22px; 
    font-weight: 300; 
    line-height: 32px; 
    text-align: center;
    margin-bottom: 55px !important;
}

.sbc-section-title .lines {
    height: 1px;
    width: 168px;
    background-color: #d7aa40; 
    background-color: var(--main-event-color);
}

.sbc-section-title-row.has_lines .sbc-section-title{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

@media only screen and (min-width: 769px) {
    
    .sbc-section-title-row.sbc-section-title-row-desktop{
        display: block;
    }
    .sbc-section-title-row.sbc-section-title-row-mobile{
        display: none;
    }   

    #blank-page .sbc-section-title-row.sbc-section-title-row-mobile.hide-on-mobile {
        display: none !important
    }
}

@media only screen and (max-width: 768px) {
    .sbc-section-title-row.sbc-section-title-row-desktop{
        display: none;
    }
    .sbc-section-title-row.sbc-section-title-row-mobile{
        display: block;
    }
    #blank-page .sbc-section-title-row.sbc-section-title-row-desktop.hide-on-desktop {
        display: none !important
    }
    .sbc-section-title-row {
        padding-bottom: 18px;
    }

    .sbc-section-title {
        font-size: 20px;
        line-height: 24px;
    }

    .sbc-section-subtitle {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px !important;
    }

    .sbc-section-title .lines {
        width: 100%;
    }

    .sbc-section-title .lines-before {
        margin-right: 8px;
    }
    
    .sbc-section-title .lines-after {
        margin-left: 8px;
    }
}