section.sk-event-listing-wrapper{
    padding-top: 72px;
}


.sk-events-card .date{
       background-color: #fff;
    padding: 10px 20px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
    border-radius: 3px;
}


section.sk-event-listing-wrapper .row {
    row-gap: 32px;
}
.sk-events-card {
    padding: 0;
    border-radius: 12px;
    border: 0.5px solid #D9D9D9;
    background: #FFF;
    overflow: hidden;
    position: relative;
}

.sk-events-card picture.sk-event-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
     transition: all 0.5s ease-in-out;
}
.sk-events-card picture.sk-event-pic {
    height: 209px;
    overflow: hidden;
    display: block;
    transition: all 0.5s ease-in-out;
}
.sk-events-card picture.sk-event-pic:hover img{
    transform: scale(1.1);
}
.sk-events-card .sk-event-card-content {
    padding: 24px;
}
.sk-events-card .sk-event-card-content .sk-event-card-title {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    min-height: 58px;
        display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-decoration: none;
}
.sk-events-card .sk-event-card-content .sk-event-card-title:hover{
color:#428bca;
}

.sk-events-card .sk-event-card-content .sk-event-card-description p{
   color: #1C1E20;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.288px; /* 159.202% */
    min-height: 45px;
        display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.sk-events-card .sk-event-card-content .sk-event-card-link {
    text-decoration: none;
}