.event-filter-section {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 95px;
}


.event-filter-btn {
    display: inline-block;
    background: #1C1A1F;
    border: 3px solid #C0BFC0;
    color: #C0BFC0;
    padding: 10px 15px;
    border-radius: 50px;
    cursor: pointer;
    transition: background 0.3s;
    font-weight: 600;
    font-size: 26px;
    line-height: 50px;
    padding: 5px 50px;
    letter-spacing: 0%;
    text-transform: uppercase;

}

.event-filter-btn:hover,
.event-filter-btn.active {
    background: #C0BFC0;
    color: #1C1A1F;
    border: 3px solid #C0BFC0;
}

.events-list {
    display: flex;
    flex-direction: column;
}

.et_pb_section {
    background-color: transparent !important;
}

.content-wrapper {
    display: flex;
    padding: 90px 0;
    border-bottom: 1px solid #ffffff;
}



.content-wrapper.layout-right {
    flex-direction: row;
}

.content-wrapper.layout-right .content-section {
    padding: 0 50px 0 0;
}

.event-image-section {
    flex: 1;
}

.event-image-section img {
    border-radius: 30px;
    height: 443px;
    width: 100%;
    object-fit: cover;
}

.content-section {
    flex: 1;
    padding: 0 0 0 50px;
}

.event-date {
    font-family: Houschka Pro;
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: capitalize;    
    columns: #fff;
}

.event-title {
    color: #fff;
    font-family: Houschka Pro;
    font-weight: 800;
    font-size: 52px;
    line-height: 100%;
    text-transform: uppercase;

}

.event-exceprt {
    font-family: Houschka Pro;
    font-weight: 600;
    font-size: 20px;
    line-height: 29px;
    vertical-align: middle;
    text-transform: capitalize;
    color: #fff;
}

@media (max-width: 980px) {
    .events-list .content-wrapper {
        flex-direction: column;
    }
    .content-section {
        padding: 50px 0;
    }
    .event-title {
        font-size: 24px;
        line-height: 28px;
    }
    .event-exceprt {
        font-size: 12px;
        line-height: 21px;
    }
    .event-date {
        font-size: 10px;
        line-height: 29px;      
    }
    .content-wrapper.layout-right {
        flex-direction: column-reverse;
    }
    .content-wrapper {
        padding: 30px 0;
        border-bottom: none;
    }
}
