.flex-content.featured-events .content {
    padding: 62px 0 182px;
}

.flex-content.featured-events .main-title {
    line-height: 120%;
    margin: 0;
}

.flex-content.featured-events .top p {
    max-width: 582px;
    margin: 17px 0 0;
}

.flex-content.featured-events .img-col {
    position: relative;
}

.flex-content.featured-events .img-col img {
    position: absolute;
    top: 0;
    left: 120px;
    max-height: 100%;
    border-radius: 12px;
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.flex-content.featured-events .featured-event-container {
    margin-top: -116px;
    padding-bottom: 0;
}

@media only screen and (max-width: 991px) {
    .flex-content.featured-events .content {
        padding: 62px 0 45px;
    }

    .flex-content.featured-events .top p {
        max-width: unset;
        margin-bottom: 0;
    }

    .flex-content.featured-events .featured-event-container {
        margin-top: 0;
    }
}