
.events-list-image {
    padding-bottom: 59%;
}

.object-fit {
    position: relative;
}

    .object-fit > img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100% !important;
        height: 100% !important;
        object-fit: inherit;
    }

.events-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
}

    .events-list ul li {
        width: calc(33.333% - 16px);
        min-width: calc(33.333% - 16px);
        margin-right: 24px;
        margin-bottom: 60px;
    }

        .events-list ul li:nth-child(3n) {
            margin-right: 0px;
        }

        .events-list ul li a {
            text-decoration: none;
            display: block;
            min-height: 100%;
            position: relative;
            -webkit-box-shadow: 0px 5px 35px rgba(196,196,196,0.5);
            -moz-box-shadow: 0px 5px 35px rgba(196,196,196,0.5);
            box-shadow: 0px 5px 35px rgba(196,196,196,0.5);
        }

            .events-list ul li a:after {
                content: '';
                position: absolute;
                right: 0;
                bottom: 0;
                width: 60px;
                height: 60px;
                background-color: #6c757d;
                background-image: url(../img/arrow-right-white.svg);
                background-repeat: no-repeat;
                background-position: center center;
                z-index: 5;
                transition: 0.2s;
            }

            .events-list ul li a:hover:after {
                background-color: #d84009;
            }

.events-list-content, .resources-list-content {
    padding: 40px 40px 75px;
}

.events-list-location {
    color: #8e8e8e;
    font-size: 16px;
    line-height: 1.25;
    margin-bottom: 10px;
}

.events-list-date {
    color: #ba0c2f;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 25px;
}

.events-list ul li a .title-26, .resources-two-list ul li a .title-26, .media-two-list ul li a .title-26 {
    color: #000;
}

.events-list ul li a .events-list-content > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1100px) {
    .events-list-content, .resources-list-content {
        padding: 40px 36px 60px;
    }
}


@media screen and (max-width: 991px) {

    .events-list ul li {
        width: calc(50% - 12px);
        min-width: calc(50% - 12px);
    }

        .events-list ul li:nth-child(3n) {
            margin-right: 24px;
        }

        .events-list ul li:nth-child(2n) {
            margin-right: 0px;
        }

    .title-24 {
        font-size: 20px;
    }

    .text-16 {
        font-size: 14px;
    }



    .text-18 {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .events-list-date {
        font-size: 14px;
        margin-bottom: 18px;
    }

    .events-list-location {
        font-size: 14px;
    }

    .events-list-content, .resources-list-content {
        padding: 30px 25px 50px;
    }
}


@media screen and (max-width: 575px) {
    .events-list ul li {
        width: 100%;
        min-width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }

        .events-list ul li:nth-child(3n) {
            margin-right: 0px;
        }
}
