.card_new11{
    transition: all 0.5s ease;
}

.card_new11:hover{
    transform: scale(1.05);
}

.link-block-115 {
    width: 100%;
    margin-right: 2%;
    margin-left: 2%;
    margin-top: 3%;
}

.past-events-div {
    padding: 20px;
    border-radius: 8px;
    background-color: #3cc7fa;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#8f83f7), to(#55b3fd));
    background-image: linear-gradient(180deg, #8f83f7, #55b3fd);
    box-shadow: 4px 4px 7px 0 rgba(0, 0, 0, 0.3);
}
  
.past-events-div._1 {
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#8f83f7), to(#55b3fd));
    background-image: linear-gradient(180deg, #8f83f7, #55b3fd);
}
  
.past-events-div._2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#c86afc), to(#868dfc));
    background-image: linear-gradient(180deg, #c86afc, #868dfc);
}
  
.past-events-div._3 {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(#55b3fd), to(#41d1dc));
    background-image: linear-gradient(180deg, #55b3fd , #41d1dc);
}
  
.past-events-div._4 {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(#f283ae), to(#c86afc));
    background-image: linear-gradient(180deg, #f283ae , #c86afc);
}
  
.past-events-div._5 {
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(#f7d53d), to(rgba(82, 191, 201, 0.8)));
    background-image: linear-gradient(180deg, #f7d53d, rgba(82, 191, 201, 0.8));
}

.past-events-div._6 {
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(#ff9dff), to(#c86afc));
    background-image: linear-gradient(180deg, #ff9dff , #c86afc);
}

.past-events-div._7 {
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(#9dbcff), to(#55b3fd));
    background-image: linear-gradient(180deg, #9dbcff, #55b3fd);
}

.past-events-div._8 {
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(#578cff), to(#f283ae));
    background-image: linear-gradient(180deg, #578cff, #f283ae);
}

.past-events-div._9 {
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(#dc5980), to(#f7d53d));
    background-image: linear-gradient(180deg, #dc5980  , #f7d53d);
}


.past-events-div._10 {
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(#f5ff9d), to(#ff9dff));
    background-image: linear-gradient(180deg, #f5ff9d, #ff9dff);
}

.past-events-div._11 {
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop( #bbe6a8), to(#9dbcff));
    background-image: linear-gradient(180deg, #bbe6a8  , #9dbcff);
}

.past-events-div._12 {
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop( #59d6dc), to(#578cff));
    background-image: linear-gradient(180deg, #59d6dc  , #578cff);
}

.past-events-div._13 {
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop( #8f83f7), to(#dc5980));
    background-image: linear-gradient(180deg, #8f83f7  , #dc5980);
}


.past-events-div._14 {
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(#c86afc), to(#f5ff9d));
    background-image: linear-gradient(180deg, #c86afc, #f5ff9d);
}

.past-events-div._15 {
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(#f7763d), to(#bbe6a8));
    background-image: linear-gradient(180deg, #41d1dc  , #bbe6a8);
}

.past-events-div._16 {
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(#c86afc), to(#59d6dc));
    background-image: linear-gradient(180deg, #c86afc  , #59d6dc);
}

.past-events-div._17 {
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(rgba(82, 191, 201, 0.8)), to(#8f83f7));
    background-image: linear-gradient(180deg, rgba(82, 191, 201, 0.8)  , #8f83f7);
}

.current-events-cards{
    display: flexbox;
    margin-right: auto;
    margin-left: auto;
    justify-content: center;
    align-items: center;
    width: 20%;
    column-gap: 2%;
}

.past-events-cards{
    display: grid;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    justify-content: center;
    align-items: center;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 2%;
}

.past-events-para{
    font-family: Gotham, 'Palatino Linotype', sans-serif;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
}

.past-events-para-wrap{
    height: 80px;
}

h1.past-events {
    width: 100%;
    margin: 20px 0px;
    padding-right: 0px;
    font-family: Nexa, 'Palatino Linotype', sans-serif;
    color: #fff;
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
}

.card_new{
    width: 26%;
    margin: 2%;
    transition: all ease 0.5s;
}
.card_new:hover{
    transform: scale(1.05);
}

.events_new{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 991px){
    .card_new{
        width: 40%;
    }
    .card_new:hover{
        scale: 1.1;
    }
    .events_new{
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
}

@media screen and (max-width: 991px) {
    .past-events-cards{
        grid-template-columns: 1fr 1fr;
    }

    .past-events-para-wrap{
        height: 60px;
    }
}

@media screen and (max-width: 767px) {
    .link-block-115 {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .past-events-div._3 {
        width: 100%;
    }

    .past-events-cards {
        grid-template-columns: 1fr 1fr;
    }

    .past-events-para-wrap{
        height: 60px;
    }

    .past-events-title-wrap{
        height: 50px;
    }
    h1.past-events{
        line-height: 20px;
    }
}

@media screen and (max-width: 479px) {
    .link-block-115 {
        width: 75%;
        margin: auto;
        margin-bottom: 5%;
    }

    .past-events-para {
        height: auto;
        line-height: 16px;
    }

    h1.past-events{
        line-height: 20px;
    }

    .past-events-cards{
        grid-template-columns: 1fr;
    }

    .past-events-para-wrap{
        height: 40px;
    }

    .events_new{
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .card_new{
        width: 75%;margin: 2%;
    }
}









  