.spotlight-panel,
.spotlight-panel.controlled-width {
    margin-bottom: 45px;
}

.spotlight-panel.alternate .title-cont {
    margin-bottom: 25px;
}

.spotlight-panel .title-cont {
    padding: 0 15px 20px;
    margin-bottom: 25px;
}
.spotlight-panel.no-title .title-cont {
    margin-bottom: 0;
}
.spotlight-panel .title-cont h2 {
    color: #db6027;
    font-size: 32px;
    font-weight: 900;
    line-height: 32px;
    margin: 0;
}

.spotlight-panel .inner-panel {
    display: block;
    padding: 0 15px;
}

.spotlight {
    position: relative;
    margin-bottom: 30px;
}

.spotlight-panel .spotlight .title {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-15px, -50%);
    padding: 15px 50px 15px 30px;
    text-align: left;
    z-index: 1;
}

.spotlight-panel .spotlight .title::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.spotlight-panel .spotlight .title h6 {
    color: white;
    font-size: 17px;
    line-height: 19px;
    margin: 0;
}

.spotlight-panel .spotlight:last-child {
    margin-bottom: 0;
}

.spotlight img {
    display: block;
    width: 100%;
}

.spotlight .slide-content {
    padding: 5px 0 5px 5px;
}

.spotlight .slide-content a {
    color: #d44f5b;
    font-size: inherit;
    font-weight: bold;
}

.spotlight-panel .spotlight:nth-child(5n-9) .slide-content a {
    color: #db6027;
}

.spotlight-panel .spotlight:nth-child(5n-8) .slide-content a {
    color: #15808f;
}

.spotlight-panel .spotlight:nth-child(5n-7) .slide-content a {
    color: #d44f5b;
}

.spotlight-panel .spotlight:nth-child(5n-6) .slide-content a {
    color: #933d92;
}

.spotlight-panel .spotlight:nth-child(5n-5) .slide-content a {
    color: #3dc6f0;
}

.spotlight-panel .spotlight:nth-child(5n-9) .title::after {
    background: url("/includes/public/assets/images/orange-splash.png")center/100% 95% no-repeat;
}

.spotlight-panel .spotlight:nth-child(5n-8) .title::after {
    background: url("/includes/public/assets/images/green-splash.png")center/100% 95% no-repeat;
}

.spotlight-panel .spotlight:nth-child(5n-7) .title::after {
    background: url("/includes/public/assets/images/red-splash-sm.png")center/100% 95% no-repeat;
}

.spotlight-panel .spotlight:nth-child(5n-6) .title::after {
    background: url("/includes/public/assets/images/purple-splash.png")center/100% 95% no-repeat;
}

.spotlight-panel .spotlight:nth-child(5n-5) .title::after {
    background: url("/includes/public/assets/images/blue-splash.png")center/100% 95% no-repeat;
}

.spotlight .slide-content .desc {
    font-size: 15px;
    line-height: 19px;
}

@media (min-width: 641px) {
    .spotlight-panel .inner-panel {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .spotlight {
        margin: 0 5px 40px;
        width: calc(50% - 10px);
    }
}

@media (min-width: 1025px) {
    .spotlight-panel,
    .spotlight-panel.controlled-width {
        margin-bottom: 40px;
    }
    .spotlight-panel .inner-panel {
        margin: 0 -25px;
    }
    .spotlight {
        margin: 0 25px;
        width: calc(25% - 50px);
    }
    .spotlight-panel .title-cont h2 {
        font-size: 42px;
        line-height: 42px;
    }
}