.sdf-event-group-main-title {
    margin: 30px 0 36px;
    text-align: center;
    font-size: 40px;
    line-height: 50px;
    font-family: 'SourceSansProBold';
    padding: 0 15px;
}

.sdf-eventgroup-listing-item {
    padding: 0 28px !important;
}

.add-custom-events {
    max-width: 1350px;
    /*max-width: 676px;*/
    /*max-width: 1016px;*/
    width: 100%;
    margin: 0 auto !important;
}

.sdf-eventgroup-listing-btn {
    max-width: 200px;
    width: 100%;
    margin: 22px auto;
    background-color: #000000;
    color: #ffde00;
    text-align: center;
    height: 44px;
    text-transform: uppercase;
    border-radius: 22px;
    padding-top: 11px;
    font-family: 'SourceSansProBold';
}

.customevent-bgimage {
    height: 325px;
    /*background-size: cover;*/
    background-size: contain;
    background-position: center center;
}

@media all and (max-width:768px) {
    .col-xl-12 {
        width: 100%;
    }
}
