a.event_read_more {
    border: 1px solid #02294e;
    padding: 5px 21px;
    text-transform: uppercase;
    border-radius: 3px;
}

.col-md-6.col-sm-6.col-xs-12.event-section-wrap {
    margin-bottom: 34px;
}

.head-2 {
    padding: 55px 0px 40px 0px;
    background: url(https://vidsat.in/Themes/themeone/assets/images/event-bg.jpeg); 
    position: relative;
}

a.register-button {
    background: #de592a;
    color: #fff;
    border: 1px solid #de592a;
   
}

a.register-button:hover {
    background: silver;
    color: #333;
   
}
.event-button-wrap {
    display: flex ;
    justify-content: space-between;
}
.container-events-listing {
    width: 1024px;
}

.event-section .col-md-6.col-sm-6.col-xs-12.event-section-wrap:nth-child(2n+1) {
    clear: both;
}

.ed-event-in {
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #ececec;
    position: relative;
    /* display: inline-block; */
    overflow: hidden;
    margin: 0px 8px;
        box-shadow: 0px 7px 12px -9px rgba(14, 14, 14, 0.8);
}

h3.event-listing-heading {
    padding: 15px 20px 0px 20px;
}


.event-content-list-wrap {
    padding: 4px 20px 20px 20px;
}
.event-content-list-wrap p {
    margin: 0 0 15px;
}

.event-section .col-md-6.col-sm-6.col-xs-12.event-section-wrap {
    padding-left: 7px;
    padding-right: 7px;
}