@media only screen and (max-width: 600px) {
    .left-img {
      display: none;
    }
  }

.row-events {
    margin-top: 40px;
}

.events-row{
    display: none;
}

.events-row.active{
    display: block !important;
}

.event-content{
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0px 18px #ededed;
    border-radius: 20px;
    min-height: 296px;
}

.mid-col-date, .tab-col-2{
    margin: 0 10px 0 10px;
}

.date-img{
    width: 25%;
}

.event-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    border: 1px solid #e0e0e0;
    border-radius: 15px;
    width: fit-content;
}

.eventType {
    align-items: center;
    padding: 10px 10px;
    border-radius: 10px;
    width: fit-content;
    background: #2e75b6;
}

.eventType span{
    color: white;
    font-size: 14px;
    font-weight: 600;
}

.event-container img {
    width: 20px;
    height: 20px;
}

.date-time {
    display: flex;
    align-items: center;
    flex: 1;
}

.date-time span {
    margin-left: 8px;
    font-size: 12px;
}

.vertical-line{
    border: 1px solid #e0e0e0;
    height: 15px;
}

.eventContent h2{
    font-size: 20px;
    font-weight: bold !important;
}

.container-foorter{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.container-foorter img{
    width: 20px;
    height: 20px;
}
.evt-btn{
    background: #2e75b6;
    padding: 10px 20px 10px 20px !important;
    border : 1px solid #2e75b6 !important;
    color: white;
    font-size: 16px !important; 
    border-radius: 9px; 
    cursor: pointer;
}
.evt-btn:hover, .evt-btn:focus{
    color: white;
    background: #2e75b6;
}
.event-heading {
    background-color: #fff;
    box-shadow: 0 0px 12px #ededed;
    border-radius: 20px;
    text-align: center;
    padding: 10px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 25px;
}

.event-heading a.active {
    color: #2e75b6 !important;
    font-weight: bold;
}

.event-heading a:hover {
    color: #2e75b6 !important;
}

.event-heading a:not(.active) {
    color: black;
}

.event-nav{
    display: flex;
    justify-content: space-between;
}