[data-custom-section="event-list-v1"] .section-wrapper {padding:60px 0 60px 0;}
[data-custom-section="event-list-v1"] .section-wrapper .heading{font-size:2.063rem;font-weight:700;margin:0;margin-bottom:40px;}
[data-custom-section="event-list-v1"] .section-wrapper .event-list {display:grid;grid-template-columns:repeat(4, 1fr);gap:20px;row-gap:30px;}
[data-custom-section="event-list-v1"] .section-wrapper .event-list .event-item {display:flex;flex-direction:column;gap:10px;text-decoration:none;color:inherit;}
[data-custom-section="event-list-v1"] .section-wrapper .event-list .event-item .details{display:flex;flex-direction:column;flex:1;gap:12px;}
[data-custom-section="event-list-v1"] .section-wrapper .event-list .event-item .image {border-radius:10px;overflow:hidden;}
[data-custom-section="event-list-v1"] .section-wrapper .event-list .event-item .title {font-size:1.2rem;font-weight:600;}
[data-custom-section="event-list-v1"] .section-wrapper .event-list .event-item .date{font-weight:700;}
[data-custom-section="event-list-v1"] .section-wrapper .event-list .event-item p.readmore{margin-top:auto;align-self:flex-start;}

@media (max-width: 1600px)
{
    [data-custom-section="event-list-v1"] .section-wrapper .event-list {grid-template-columns:repeat(3, 1fr);}
}

@media (max-width: 1200px)
{
    [data-custom-section="event-list-v1"] .section-wrapper .event-list {grid-template-columns:repeat(2, 1fr);}
}

@media (max-width: 700px)
{
    [data-custom-section="event-list-v1"] .section-wrapper .event-list {grid-template-columns:1fr;}
}
