#highlights .container,
#spotlights .container{
    position: relative;
    padding-top: 50px;
}
#highlights .container:before,
#spotlights .container:before {
    content: '';
    position: absolute;
    background-color: var(--maroon);
    width: 100%;
    height: 300px;
    top: 50px;
    left: 0
}
#spotlights .container:before {
		background-color: #E4D3B7;
}
.sm-featured img {
    aspect-ratio: 4/5;
    object-fit: cover;
    object-position: center;
}
.sm-featured .av-image-caption-overlay-center  {
    background-color: rgb(133 45 43 / 85%);
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 10px;
    line-height: 1.5;
}
.sm-featured .av-image-caption-overlay-position {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.sm-featured {
    transition: .5s;
}
.sm-featured:hover {
    transform: scale(1.08);
}

#spotlights .sm-featured:hover {
		transform: unset
}

.center-four-columns .flex_column {
    overflow: hidden !important;
}
#assessment .flex_column_table {
    padding: 25px;
    background-color: #f8f8f8;
}
@media (min-width: 768px) {
    #assessment .flex_column_table {
        padding: 40px;
    }
}
.insight-title .av-subheading_above {
    display: inline-block;
    background-color: #fff;
    border: 1px solid var(--yellow);
    border-radius: 75px;
    padding: 6px 14px;
    font-size: 14px !important;
    font-weight: bold;
    margin-bottom: 8px;
}

#spotlights .sm-featured .av-image-caption-overlay-center {
    position: absolute;
    bottom: 0;
    min-height: 75px;
    padding: 10px 0;
    display: flex;
    width: 100%;
    justify-content: center;
}

#spotlights .sm-featured .av-image-caption-overlay-center p {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}