.spotlight {
    max-width: 1190px;
    margin: 0 auto 30px;
    padding: 0 15px;
}

.spotlight .title-cont {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 0 35px;
}

.spotlight .title-cont .title {
    font-family: 'montserrat', sans-serif;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 6.6px;
    font-weight: 600;
    text-align: center;
    font-size: calc(22px + (32 - 22) * ((100vw - 320px) / (1024 - 320)));
    margin-bottom: 30px;
    color: #000;
}
.spotlight .cols .slide {
    max-width: calc(224px + (263 - 224) * ((100vw - 320px) / (640 - 320)));
    margin: 0 auto 35px;
}

.spotlight .inner .img-cont {
    position: relative;
    margin-bottom: 25px;
}

.spotlight .inner .img-cont::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 97%);

}
.spotlight .inner .img-cont img {
    margin-left: 0 !important;
}

.spotlight .slide .content-section{
    color: #000;
    padding: 0 2px;
    width: 100%;
    z-index: 2;
}
.spotlight .slide .content-section h4,
.spotlight .slide .content-section h4 a {
    font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1024 - 320)));
    font-family: 'montserrat', serif;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    font-weight: 600;
    display: block;
    color: #000;
}

.spotlight .slide .content-section h4 {
    margin: 5px 0;
}
.spotlight .slide .content-section .description {
    color: #000;
    font-family: 'montserrat', sans-serif;
    font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (1024 - 320)));
    margin-bottom: 10px;
}
.spotlight .content-section .read-more {
    color: #000;
    font-family: 'montserrat', sans-serif;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: calc(12px + (18 - 12) * ((100vw - 320px) / (1024 - 320)));
    position: relative;
}

.spotlight .content-section .read-more .arrow img{
    width: 50px;
}

.spotlight .content-section .read-more .arrow img.black-arrow{
    display: none;
}
@media (min-width: 641px) {
    .spotlight .cols {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .spotlight .cols .slide {
        max-width: none;
        width: calc(50% - 17px);
        margin-bottom: 34px;
    }

    .spotlight .cols .slide:nth-child(4n + 2),
    .spotlight .cols .slide:nth-child(4n + 4) {
        margin-left: 16px;
    }
}

@media (min-width: 1025px) {
    .spotlight {
        margin-bottom: 60px;
    }
    .spotlight .title-cont .title {
        font-size: 32px;
        line-height: 35px;
        letter-spacing: 9.6px;
        margin-bottom: 35px;
    }

    .spotlight .cols {
        display: flex;
    }

    .spotlight .cols .slide {
        width: calc(25% - 25.5px);
    }

    .spotlight .cols .slide:nth-child(4n + 1) {
        margin-right: 17px;
        margin-left: 0;
    }

    .spotlight .cols .slide:nth-child(4n + 2),
    .spotlight .cols .slide:nth-child(4n + 3) {
        margin: 0 17px;
    }

    .spotlight .cols .slide:nth-child(4n + 4) {
        margin-left: 17px;
    }

    .spotlight .slide .content-section h4,
    .spotlight .slide .content-section h4 a {
        font-size: calc(16px + (18 - 16) * ((100vw - 1025px) / (1200 - 1025)));
        line-height: calc(24px + (28 - 24) * ((100vw - 1025px) / (1200 - 1025)));
    }
    .spotlight .slide .content-section .description {
        font-size: 14px;

    }
    .spotlight .content-section .read-more {
        font-size: 18px;
    }
    .spotlight .content-section .read-more::after{
        content: "";
        position: absolute;
        width: calc(100% + 12px);
        height: 10px;
        background-color: #6dca98;
        z-index: -1;
        bottom: 0;
        left: -6px;
        opacity: 0;

    }
    .spotlight .content-section .read-more .arrow img{
        width: 57px;
    }


    .spotlight .content-section .read-more:hover .arrow img.white-arrow{
        display: none;
    }
    .spotlight .content-section .read-more:hover .arrow img.black-arrow{
        display: inline-block;
    }
    .spotlight .content-section .read-more:hover::after{
        opacity: 1;
    }
}

@media (min-width: 1200px) {
    .spotlight .slide .content-section h4,
    .spotlight .slide .content-section h4 a {
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 2.4px
    }
}
