.sectionwrap{margin:60px 0;}
.sectionwrap section{margin:40px 0!important;}
.sectionwrap h2.heading{font-size:1.638rem;}

[data-custom-section="event-entry"] {margin:60px 0 60px 0;}
[data-custom-section="event-entry"] .headwrap{display:grid;grid-template-columns:1fr 1.5fr;gap:40px;align-items:center;padding-bottom:60px;border-bottom:1px solid;border-color:var(--darkBlue);margin-bottom:60px;}
[data-custom-section="event-entry"] .headwrap .heading{font-size:2.063rem;font-weight:700;margin:0;margin-bottom:20px;}
[data-custom-section="event-entry"] .headwrap .details p{margin:6px 0;}
[data-custom-section="event-entry"] .headwrap .details p:first-of-type{margin-top:20px;}
[data-custom-section="event-entry"] .headwrap .details p:last-of-type{margin-bottom:20px;}
[data-custom-section="event-entry"] .headwrap .text-content{font-size:1.125rem;}
[data-custom-section="event-entry"] .headwrap .image img{border-radius:15px;}

@media (max-width:960px)
{
    [data-custom-section="event-entry"] .headwrap{grid-template-columns:unset;gap:40px;}
}