
.event-image {
    position: absolute;
    bottom: 71%;
    max-width: 110px;
    z-index: -1;
    right: -20px;
}
.events-wrap {
    padding: 28px 0 0;
    position: relative;
}
.events-wrap::before {
    content: '';
    width: calc(100% + 30px);
    height: 243px;
    background: #ECF0FB;
    position: absolute;
    top: 0;
    right: -15px;
    border-radius: 0;
    z-index: -1;
}
.events-wrap .title-heading {
    max-width: 50%;
    margin: auto;
}
@media screen and (min-width: 420px){
    .event-image {
        bottom: 68%;
        max-width: 131px;
    }
}
@media screen and (min-width: 576px){
    .events-wrap .title-heading {
        max-width: unset;
        margin: unset;
    }
}
@media screen and (min-width: 768px){}
@media screen and (min-width: 992px){
    .events-wrap {
        padding: 28px 56px 0;
        position: relative;
    }
    .event-image {
        flex: 0 0 16%;
        position: unset;
    }
    .events-wrap::before {
        content: '';
        width: 100%;
        height: 243px;
        background: #ECF0FB;
        position: absolute;
        top: 0;
        right: 0;
        border-radius: 12px;
        z-index: -1;
    }
    .swiper-events-wrap {
        display: flex;
        gap: 17px;
    }
}
@media screen and (min-width: 1200px){

}
@media screen and (min-width: 1400px){}