section#events {
    padding-bottom: 7rem !important;
    margin-bottom: 3rem;

    background-repeat: no-repeat, no-repeat;
    background-position: left top, right bottom;
}

.event-post-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.event-post-wrapper {
    background: #FFFFFF;
    box-shadow: 0px 0px 15px #0000001A;
    border-radius: 10px;
}



.events-container.mt-5.pt-4.d-flex.flex-row.gap-5.align-items-center {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}



a.event-status {
    display: flex;
    width: 160px;
    height: 25px;
    background: #EFAC2B 0% 0% no-repeat padding-box;
    border-radius: 100px;
    opacity: 1;
    font-size: 10px;
    align-items: center;
    justify-content: center;
}

a.event-status:hover {
    color: #FFFFFF;

}

.event-status {
    position: absolute;
    color: #FFFFFF;
    border-radius: 25px;
    padding: 10px 10px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    bottom: 10px;
    right: -6%;
}

.d-flex.gap-5.col-xl-5.justify-content-center.event-details-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.text-center-event {
    display: flex;
    align-items: center;
}

.fa-calendar-alt:before, .fa-calendar-days:before {
    color: #FCBF49;
    content: "\f073";
}

.event-title {
    font-weight: bold;
    font-size: 20px;
    color: #000000 !important;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.event-preview {
    font-weight: 300;
    font-size: 15px;
    color: #000000 !important;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.event-details-wrapper {
    align-items: flex-start;
}

.col-xl-3.d-flex.flex-column.justify-content-center.align-items-start {
    width: 100%;
}

.event-post-wrapper.row {
    width: 280px;
    position: relative;
}

.d-flex.col-xl-5.justify-content-center.event-details-wrapper {
    padding-bottom: 10px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

h5.event-date.mt-3 {
    font-size: 14px;
}

h5.event-time.mt-3 {
    font-size: 14px;
}

h5.event-location.mt-3 {
    font-size: 14px;
}

.event-thumbnail-wrapper {
    width: 100%;
    padding-right: 0px;
    position: relative;
}

.event-thumbnail-wrapper img {
    width: 100%;
    object-fit: cover;
    height: 180px;
}

.event-details-wrapper i {
    background: white;
    color: #FCBF49;
    padding: 0px 20px 0px;
    font-size: 20px;
}

.more-btn .fa-solid.fa-angle-right {
    /* color: #FF8400; */
    transition: all ease-in-out 0.3;
}

.more-btn:hover .fa-solid.fa-angle-right {
    color: #FFFFFF;
}

@media screen and (max-width: 1200px) {
    .event-thumbnail-wrapper {
        padding-right: 0 !important;
    }

    .event-thumbnail-wrapper img {
        width: 100%;
    }

    .event-post-wrapper {
        row-gap: 2rem;
    }

    .event-details-wrapper {
        padding-bottom: 20px;
        flex-wrap: wrap;
    }

    .event-details-wrapper i {
        border-radius: 35px;
        padding: 15px 20px;
    }

    .event-details-wrapper>* {
        flex: 1;
    }
}

@media screen and (max-width: 600px) {

    .event-status {
        position: absolute;
        color: #FFFFFF;
        border-radius: 25px;
        padding: 10px 10px;
        text-align: center;
        font-size: 13px;
        font-weight: bold;
        right: -6%;
    }

    section#events {
        padding-bottom: 0rem !important;
        margin-bottom: 0rem;
        background: none;
    }
}