.spotlight-panel {
    position: relative;
    padding-bottom: 60px;
}

/* .spotlight-panel::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: url("/includes/client_public/assets/images/geo-pattern-woven.png") center/contain repeat-x;
} */

.spotlight-panel .panel-one-col .row {
    max-width: none;
}

.spotlight-panel .title-cont {
    text-align: center;
    padding: 15px 15px 0;
    width: 100%;
}

.spotlight-panel .title-cont h3 {
    font-size: 50px;
    line-height: 65px;
    margin: 0;
    letter-spacing: .03em;
    color: #332212;
    font-weight: 100;    
}

.spotlight-panel .title-cont a {
    font-size: 19px;
    font-weight: bold;
    color: #50afad;
}

.spotlight-panel .title-cont a:hover {
    text-decoration: none;
}

.spotlight-panel .boxes {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px 25px;
    border: 1px solid #EFEBE7;
}

.spotlight-panel .boxes .spotlight {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: calc(25%);
    padding: 0 25px;
    background: url("/includes/public/assets/shared/greyLine.jpg") center right no-repeat;
}

.spotlight-panel .spotlight .img-cont img {
    display: block;
    width: 100%;
}

.spotlight-panel .spotlight .content {
    padding-top: 30px;
}

.spotlight-panel .spotlight .content a:hover {
    text-decoration: none;
}

.spotlight-panel .spotlight .content h4 {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 10px;
    letter-spacing: 0;
}

.spotlight-panel .spotlight .content .desc a {
    font-weight: bold;
    color: #50afad;
    margin-left: 5px;
}

@media (max-width: 640px) {
    .spotlight-panel {
        padding-bottom: 0;
    }
    .spotlight-panel .boxes {
        margin: 0;
    }
    .spotlight-panel .title-cont {
        margin-bottom: 20px;
        padding-top: 25px;
    }
    .spotlight-panel .title-cont h3 {
        font-size: 36px;
        line-height: 40px;
    }
    .spotlight-panel .boxes .spotlight {
        flex: auto;
        width: 100%;
        margin: 0 0 25px;
        background: url("/includes/public/assets/shared/greyLineHoz.jpg") bottom center no-repeat;
    }
    .spotlight-panel .boxes .spotlight:last-child {
        margin-bottom: 0;
    }
    .spotlight-panel .spotlight .content {
        padding-top: 15px;
    }
    .spotlight-panel .spotlight .content h4 {
        font-size: 20px;
        line-height: 24px;
    }
    .spotlight-panel .title-cont a {
        font-size: 16px;
    }
}