 /* Adjust carousel height */
 .carousel1-item img {
    height: 336px;
    object-fit: cover;
}

.wa-float {
    position: fixed;
    bottom: 100px;
    right: 0px;
    text-align: center;
    z-index: 100;
}



.events {
    padding: 30px 0 70px 0 !important;
}

.latestnews {
    background: #fff !important;
    padding: 20px !important;
}

.main h5 {
    line-height: 45px !important;
    font-weight: 800 !important;
    font-size: 2rem !important;
    padding: 10px 0 !important;

}

.main p {

    font-size: 18px !important;
    text-align: justify;
    line-height: 45px;
}

.header-info {
    display: flex;
    justify-content: space-between;
}

.date-info {
    font-style: italic;
    color: #5f5d5d !important;
    display: none !important;
}

.event-banner {
    width: 450px !important;
    height: 250px !important;

    float: left !important;
    margin: 10px 20px 10px 0;
}

.event-banner img {
    width: 100%;
    height: 100%;
}

@media (max-width:791.5px) {
    .event-banner {
        width: 100% !important;
        height: auto !important;
        margin: 0 !important;
    }

    .event-banner img {
        width: 100%;
        height: 100%;
    }

    .header-info {
        display: block !important;
    }
}