/* News Section */
h4.news-headline {
    color: #fff;
    font-size: 16px;
    font-family: 'daxlight';
}

/* Event Section*/
.event-img {
    width: 100%;
    /* display: flex; */
    float: left;
    padding-right: 0px;
    height: auto;
    margin-bottom: 15px;
    margin-top: 15px;
}

.event-description h4 {
    font-size: 20px;
}

span.event-tags {
    color: rgb(25,78,150);
    width: 100%;
    display: block;
    font-size: 14px;
}

span.event-date {
    font-size: 14px;
}

.home-content-articles .headline {

    font-family: inherit;
    color: #fff;
    padding: 15px 0;
    font-size: 14px;
    line-height: 20px;
}

/* Media container */
.media-container-wrap {
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: center;
}
.page-home .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    /*    max-height: 508px;*/
    object-fit: cover;
}


@media screen and (min-width: 768px) {

    .home-content-articles .headline {
        font-family: 'daxmedium';
        color: #fff;
        padding: 20px 0;
        font-size: 20px;
        line-height: 25px;
    }



    /* Event Section*/
    .event-img {
        width: 30%;
        /* display: flex; */
        float: left;
        padding-right: 20px;
        max-height: 300px;
        margin: 0;
    }
}

@media screen and (min-width: 992px) {

    .page-home .owl-media-info, .home-content-articles-div-1 {
        width: 36%;
    }

    .home-content-articles .headline {
        padding: 57px 0 0;
    }


    /* Event Section*/
    .event-img {
        width: 30%;
        /* display: flex; */
        float: left;
        padding-right: 20px;
        height: 200px;
    }
}


@media screen and (min-width: 1400px) {
    h3.news-headline {
        color: #fff;
        font-size: 16px;
        font-family: 'daxmedium';
        margin-bottom: 20px;
    }
    /* Event Section*/   
    .event-img {
        width: 38%;
        /* display: flex; */
        float: left;
        padding-right: 20px;
        height: 200px;
        margin-top: 5px;
    }
    .home-content-events {
        margin: 15px 0;
    }

    .home-content-events .col-md-6 {
        padding: 0;
        margin: 0;
    }

    .event-description h4 {
        padding-right: 15px;
        font-size: 19px;
        letter-spacing: 0.03em;
        line-height: 26px;
        margin-bottom: 0;
    }

    .page-home .media-container__subtitle {
        font-size: 28px;
        line-height: 32px;
        font-family: 'daxlight';
        padding: 10px 0;
    }

    .page-home .home-content-articles .headline {
        margin-left: -30px;
        min-height: 138px;
    }
}