.spotlight-panel {
    position: relative;
    margin: 0 0 40px;
    padding-top: 40px;
}

.spotlight-panel .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10%;
    min-height: 250px;
    background-color: #84a2af;
    z-index: -2;
    pointer-events: none;
}

.spotlight-panel .bg::before {
    content: "";
    position: absolute;
    bottom: 0;
    transform: translateY(100%);
    left: 0;
    width: 100%;
    height: 32%;
    min-height: 80px;
    background-color: #e5e6e6;
    z-index: -2;
}

.spotlight-panel .bg::after {
    content: "";
    position: absolute;
    bottom: 0;
    transform: translateY(100%);
    left: 0;
    width: 100%;
    height: 32%;
    min-height: 80px;
    background: url('/includes/public/assets/images/patterns/pattern-topography-horz.svg')center/cover repeat;
    z-index: -1;
}

.spotlight-panel .title-cont {
    padding: 0 0px 25px;
}

.spotlight-panel .title-cont h2 {
    font-family: 'Nexa W04 Bold1279264';
    font-size: 30px;
    line-height: 32px;
    color: black;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
}

.spotlight-panel .inner-panel {
    padding: 0 15px;
}

.spotlight {
    margin: 0 0 20px;
    background-color: white;
    box-shadow: 0px 4px 4px 3px rgba(0,0,0,0.05);
}

.spotlight img {
    display: block;
    width: 100%;
}

.spotlight .slide-content {
    padding: 20px 15px;
}

.spotlight .slide-content h3 {
    font-family:'Nexa W04 Bold1279264';
    font-size: 23px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0 0 15px;
    text-transform: uppercase;
    color: #59595b;
}

.spotlight .slide-content .desc {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
}

.spotlight .slide-content .desc a {
    font-weight: 500;
}

@media (min-width: 641px) {
    .spotlight-panel {
        overflow: hidden;
    }

    .spotlight-panel .inner-panel {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -10px;
        justify-content: space-evenly;
    }

    .spotlight {
        margin: 0 10px 20px;
        width: calc(50% - 20px);
    }
}

@media (min-width: 1025px) {
    .spotlight-panel {
        padding-top: 60px;
        margin: 0 0 150px;
    }

    .spotlight-panel .inner-panel {
        width: 90%;
        min-width: 1025px;
        max-width: 2000px;
        margin: 0 auto;
        padding: 0;
    }

    .spotlight-panel .title-cont {
        padding: 0 0 35px;
    }

    .spotlight-panel .title-cont h2 {
        font-size: 42px;
        line-height: 48px;
    }

    .spotlight-panel .bg {
        height: 58%;
    }

    .spotlight-panel .bg::before,
    .spotlight-panel .bg::after {
        height: 25%;
    }

    .spotlight {
        margin-bottom: 20px;
        width: calc(22%);
    }

    .spotlight .slide-content h3 {
        font-size: calc(20px + (26 - 20) * ((100vw - 1025px) / (1500 - 1025)));
        line-height: 1.2;
    }

    .spotlight .slide-content .desc {
        font-size: calc(16px + (23 - 16) * ((100vw - 1025px) / (1500 - 1025)));
        line-height: 1.3;
    }
}

@media (min-width: 1500px) {

    .spotlight .slide-content h3 {
        font-size: 26px;
        line-height: 30px;
    }

    .spotlight .slide-content .desc {
        font-size: 23px;
        line-height: 30px;
    }
}
