.gevme-content-blocks-container {
    max-width: 100%;
}

.gevme-content-blocks-row.gevme-row {
    width: 100%;
    max-width: 100%;
    padding: 0;
}
.sec-content-wrapper .gevme-content-blocks-row.gevme-row {
    display: flex;
    align-items: center;
    height: 100%;
}

.sec-content-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

#sec03-content02-block .gevme-card {
    background: transparent;
    color: #fff;
    height: 100%;
    border-radius: 16px;
    border: 2px solid #2169a8;
    padding: 15px;
}

.gevme-image-block .gevme-image-block-flex-container,
.gevme-imagelist-block .gevme-imagelist-block-flex-container,
.gevme-imageslideshow-block .gevme-imageslideshow-block-flex-container {
    justify-content: center;
}

#sec03-content02-block .gevme-image-block-flex-image {
    width: 117px !important;
    height: auto !important;
}
#sec03-content02-block .gevme-featuredcontent-block .gevme-featuredcontent-block-card .gevme-featuredcontent-block-card-image .gevme-image-block .gevme-image-block-flex-container .gevme-image-block-flex-image,
#sec03-content02-block .gevme-featuredcontent-block .gevme-featuredcontent-block-card .gevme-featuredcontent-block-card-image .gevme-imagelist-block .gevme-imagelist-block-flex-container .gevme-imagelist-block-flex-image,
#sec03-content02-block .gevme-featuredcontent-block .gevme-featuredcontent-block-card .gevme-featuredcontent-block-card-image .gevme-imageslideshow-block .gevme-imageslideshow-block-flex-container .gevme-imageslideshow-block-flex-image {
    object-fit: contain;
}


#sec03-content02-block .gevme-featuredcontent-block-card-image {
    border-bottom: 0 !important;
}

#sec03-content02-block .gevme-featuredcontent-block-card-body {
    padding: 0 !important;
    text-align: center;
}

#sec03-content02-block .gevme-featuredcontent-block .gevme-featuredcontent-block-card .gevme-featuredcontent-block-card-placeholder,
#sec03-content02-block .gevme-featuredcontent-block .gevme-featuredcontent-block-card .gevme-featuredcontent-block-card-image {
    height: 60%;
}

#sec03-content02-block .gevme-featuredcontent-block .gevme-featuredcontent-block-card .gevme-featuredcontent-block-card-body {
    height: 40%;
    justify-content: center;
}

.gevme-agenda-block-content gevme-agenda iframe:last-child,
.gevme-sponsor-block-content gevme-sponsor iframe:last-child {
  display: none !important;
}

.gevme-agenda-block-content gevme-agenda iframe:only-of-type,
.gevme-sponsor-block-content gevme-sponsor iframe:only-of-type {
  display: block !important;
}

@media screen and (max-width: 575px) {
    #sec03-content02-block .gevme-featuredcontent-block .gevme-featuredcontent-block-row {
        gap: 10px 5px;
    }
}