.spotlight {
    max-width: 1190px;
    margin: 0 auto;
    padding: 0 30px;
}

.spotlight .spotlight-cont {
    border-top: 2px solid #e8ecee;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 30px;
}

.spotlight .cols {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    justify-content: space-between;
}

.spotlight.border .cols {
    padding-top: 25px;
}

.spotlight .cols .slide {
    width: 100%;
    padding: 0 40px;
    margin-bottom: 25px;
}

.spotlight .slide .img-cont {
    margin-bottom: 8px;
}

.spotlight .slide .content-section h4 {
    font-family: 'Mundo Sans W01 Bold';
    font-size: 20px;
    color: #21475a;
    line-height: 1.4;
}

.spotlight .slide .content-section p {
    font-family: 'Mundo Sans W01 Regular';
    font-size: 17px;
    line-height: 24px;
    color: #21475a;
    margin-bottom: 5px;
}

.spotlight .slide .content-section .read-more {
    font-family: 'Mundo Sans W01 Bold';
    font-size: 17px;
    text-transform: uppercase;
    color: #21475a;
}

.spotlight .slide .read-more i {
    margin-left: 5px;
    color: #32bbab;
}

@media(min-width: 641px) {
    .spotlight .cols .slide {
        width: 50%;
        padding: 0 15px;
    }
}

@media(min-width: 1025px) {
    .spotlight .cols .slide {
        width: 25%;

    }
}
