.spotlight-panel .title-cont {
    margin-bottom: 30px;
    padding: 0 15px;
}

.spotlight-panel .title-cont h2 {
    position: relative;
    display: inline-block;
    font-size: 26px;
    line-height: 32px;
    margin: 0;
    padding-bottom: 20px;
    color: #6fb43f;
    font-weight: 800;
}

.spotlight-panel .title-cont h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -15px;
    height: 4px;
    width: 100%;
    background-color: #0661c2;
}

.spotlight-panel .inner-panel {
    display: flex;
    flex-direction: column;
    padding: 0 15px;
}

.spotlight {
    margin-bottom: 30px;
}

.spotlight img {
    display: block;
    width: 100%;
    border-radius: 10px;
}

.spotlight .slide-content {
    padding: 12px 0;
}

.spotlight .slide-content p {
    color: #3f4040;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    font-weight: 500;
}

.spotlight .slide-content p a {
    text-transform: uppercase;
    color: #cf1575;
}

.spotlight .slide-content h2 {
    font-size: 19px;
    line-height: 23px;
    text-transform: none;
    font-weight: 800;
    margin-bottom: 5px;
    color: #044890;
}

@media (min-width: 641px) {
    .spotlight-panel .inner-panel {
        flex-direction: row;
        flex-wrap: wrap;
        margin: 0 -10px;
    }

    .spotlight {
        margin: 0 10px 30px;
        width: calc(50% - 20px);
    }
}

@media (min-width: 1025px) {
    .spotlight-panel {
        margin-bottom: 80px;
    }

    .spotlight-panel .inner-panel {
        width: 100%;
        max-width: 1470px;
        margin: 0 auto;
    }

    .spotlight-panel .title-cont {
        margin-bottom: 40px;
        padding: 0 50px;
    }

    .spotlight-panel .title-cont h2 {
        font-size: 48px;
        line-height: 40px;
        padding-bottom: 30px;
    }

    .spotlight-panel .title-cont h2::after {
        height: 5px;
        left: -50px;
        width: calc(100% + 50px);
    }

    .spotlight {
        margin: 0 13px 30px;
        width: calc(20% - 26px);
    }

    .spotlight .slide-content h2 {
        display: block;
    }

    .spotlight .slide-content p a {
        font-size: 16px;
    }
}