.m_main-block {
    padding: 40px 0;
}
.container-fluid-custom {
    margin: auto;
    max-width: 1200px;
}
.m_main-block .intro {
    max-width: 770px;
    padding-bottom: 30px;
    text-align: left;
}
.style_title {
    font-family: Sentinel SSm A,Sentinel SSm B,Georgia,serif;
    font-size: 25px;
    line-height: 1.4;
    margin-top: 0;
}
.style_subtitle.dark, .style_title {
    color: #272c2f;
}
.m_events {
    margin-bottom: 60px;
    margin-top: 0;
}
.m_events .item>.image {
    background-color: #f2f7f8;
    background-position: 50%;
    background-size: cover;
    height: 300px;
}
.m_events .item>.content-wrapper {
    background: #fbfbfb;
    margin-bottom: 20px;
}
.m_events .item>.content-wrapper>.content {
    padding: 30px 20px;
}
.m_events .item>.content-wrapper>.content .title {
    color: #272c2f;
    font-family: Sentinel SSm A,Sentinel SSm B,Georgia,serif;
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 15px;
    margin-top: 0;
}
h2 {
    font-size: 30px;
}
h1, h2, h3 {
    margin-bottom: 10px;
    margin-top: 20px;
}
.h5 {
    font-size: 1rem;
}
.m_events .item>.content-wrapper>.content .date {
    color: #81959a;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 3px;
    line-height: 1.2;
    margin-top: 0;
    text-transform: uppercase;
}
.m_events .item>.content-wrapper>.content .date:after {
    background: #ff4500;
    content: "";
    display: block;
    height: 4px;
    line-height: 4px;
    margin-bottom: 18px;
    margin-top: 18px;
    width: 46px;
}
.m_events .item>.content-wrapper>.content .text {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 30px;
}
.style_button.isBorder {
    border: 1px solid #81959a;
    color: #81959a;
    line-height: 16px;
}
.style_button, .style_button:hover {
    text-decoration: none;
}
.style_button {
    border: 0;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    font-family: Gotham A,Gotham B,Gotham,sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 18px;
    margin-bottom: 0;
    padding: 15px 24px;
    text-align: center;
    text-transform: uppercase;
    transition: background-color .3s ease,color .3s ease,border .3s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
}
a {
    color: #ff4500;
}
.m_events-past-widget .item {
    margin: auto auto 30px;
    max-width: 380px;
    text-align: left;
}
.m_events-past-widget .item>.img-container img {
    display: block;
    width: 356px;
    height: 218px;
}
img {
    height: auto;
    max-width: 100%;
}
.m_events-past-widget .item>.content {
    background: #f2f7f8;
    padding: 28px 24px;
}
.m_events-past-widget .item {
    margin: auto auto 30px;
    max-width: 380px;
    text-align: left;
}
.m_events-past-widget .item>.content>.title {
    font-family: Sentinel SSm A,Sentinel SSm B,Georgia,serif;
    font-size: 24px;
    margin-bottom: 16px;
    margin-top: 0;
}
.m_events-past-widget .item>.content>.info {
    color: #272c2f;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 24px;
}
.m_events-past-widget .item>.content>.info>.location {
    font-weight: 400;
}

.style_button.isSmall {
    font-size: 8px;
    padding: 6px 16px;
}
.style_button.isPrimary {
    background: #f75454;
    color: #000;
}
.style_button, .style_button:hover {
    text-decoration: none;
}
.style_button {
    border: 0;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    font-family: Gotham A,Gotham B,Gotham,sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 18px;
    margin-bottom: 0;
    padding: 15px 24px;
    text-align: center;
    text-transform: uppercase;
    transition: background-color .3s ease,color .3s ease,border .3s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
}
.img-hover-zoom {
    overflow: hidden;
}
.rounded-lg {
    border-radius: 0.75rem !important;
}
.image-cover-basic {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.img-hover-zoom img {
    transition: transform .5s ease;
}
.img-hover-zoom:hover img {
    transform: scale(1.2);
}
@media (min-width: 1040px) {
    .m_events .item>.content-wrapper, .m_events .item>.image {
        height: 400px;
    }

    .m_events .item>.content-wrapper>.content {
        padding: 40px 48px;
    }

}

@media (min-width: 768px) {
    .m_main-block.short {
        padding: 60px 0;
    }
    .m_main-block .intro {
        padding-bottom: 30px;
    }
    .style_title {
        font-size: 30px;
        letter-spacing: -1px;
    }
    .m_events {
        margin-top: 20px;
    }
    .m_events .item>.image {
        float: left;
        height: 420px;
        width: 50%;
    }
    .m_events .item>.content-wrapper {
        float: right;
        height: 420px;
        margin-bottom: 0;
        position: relative;
        width: 50%;
    }
    .m_events .item>.content-wrapper>.content {
        padding: 36px;
    }
    .m_events .item:after {
        clear: both;
        content: "";
        display: table;
    }
}
