﻿<style>
.events {
    background: #f3f3f3;
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 80px;
}

.events .col-md-12 .DnnModule h2 {
    padding-bottom: 40px;
}

@media (min-width: 768px) {
.events .col-md-4 {
    -ms-flex: 0 0 30%!important;
    flex: 0 0 30%!important;
    max-width: 30%!important;
}

.events .col-md-8 {
    -ms-flex: 0 0 70%!important;
    flex: 0 0 70%!important;
    max-width: 70%!important;
}
)</style>