.spotlight {
    margin-top: 115px;
    padding: 0 15px;
}

.spotlight .circle-title {
    position: absolute;
    top: -55px;
    left: -10px;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background-color: #80bc00;
    z-index: 10;
}

.spotlight .circle-title img {
    width: 101%;
    height: 101%;
    position: absolute;
    transform: rotate(-15deg) scale(1.05);
    z-index: 1;
}

.spotlight .circle-title h2 {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.spotlight .content-cont {
    border: 1px solid #007483;
    position: relative;
}

.spotlight .slide {
    position: relative;
}

.spotlight .inner .content-section h2 {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    color: #fff;
    background-color: #011e41;
    padding: 4px 0 4px 15px;
    text-transform: uppercase;
}

.spotlight .inner .content-section .img-cont{
    position: relative;
}

.spotlight .inner .content-section .img-cont img{
    width: 100%;
}

.spotlight .inner .content-section .img-cont .shared-play-button {
    width: 60px;
    height: 60px;
    line-height: 57px;
    font-size: 26px;
    text-align: center;
    border-radius: 30px;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    pointer-events: none;
}

.spotlight .inner .content-section .img-cont .shared-play-button img {
    position: absolute;
    left: -5%;
    top: -5%;
    transform: scale(1.1);
    z-index: 1;
}

.spotlight .inner .content-section h2 a{
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: inherit;

}

.spotlight .inner  .content-section p {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding: 0 15px 20px;
    margin-top: 10px;
    margin-bottom: 0;
    color: #007483;
}

.spotlight .inner .content-section p a {
    display: inline-block;
    margin-top: 0;
    font-size: 15px;
}

.spotlight .inner .content-section a i {
    position: relative;
    bottom: 1px;
    font-size: 8px;
    padding-left: 5px;
}

@media(min-width: 641px) {
    .spotlight .circle-title {
        left: -12px;
        top: -29px;
    }

    .spotlight .inner .content-section h2 {
        font-size: 19px;
        padding: 7px 0 7px 25px;
        display: flex;
        align-items: center;
        min-height: 54px;
    }

    .spotlight .inner  .content-section p {
        font-size: 17px;
        font-weight: 600;
        line-height: 25px;
        padding: 0 25px 30px;
        margin-bottom: 5px;
    }

    .spotlight.show-images .inner  .content-section p {
        padding: 0 15px 30px;
    }

    .spotlight .inner .content-section p a {
        margin-top: 0;
        font-size: 19px;
        font-weight: 700;
    }
    .spotlight .content-cont {
        max-width: 1175px;
        margin: auto;
        padding: 20px 13px;
    }

    .spotlight .content-cont .slides-cont {
        display: flex;
        flex-wrap: wrap;
    }

    .spotlight .slides-cont .slide {
        flex-basis: 50%;
    }

    .spotlight.show-images .slides-cont .slide {
        border-right: 1px solid #FFF;
    }

    .spotlight .slide:not(:nth-child(2n + 2))::after {
        content: "";
        display: block;
        width: 100%;
        height: 90%;
        border-right: 1px solid #007483;
        position: absolute;
        bottom: 6.5%;
        z-index: 1;
        pointer-events: none;
    }

    .spotlight.show-images .slide::after{
        border: none;
    }

    .spotlight .inner .content-section p {
        padding-bottom: 0;
        margin-bottom: 10px;
    }

    .spotlight .inner .content-section p a {
        display: block;
        margin-top: 5px;
        line-height: 30px;
    }
}

@media(min-width: 1025px) {
    .spotlight {
        margin-top: 115px;
        padding: 0 15px;
        max-width: 1300px;
        padding-left: 120px;
        margin: 115px auto 0 auto;
    }

    .spotlight.no-title {
        padding-left: 15px;
    }
    .spotlight .circle-title {
        left: -102px;
        top: -55px;
        height: 130px;
        width: 130px;
    }

    .spotlight .circle-title h2 {
        font-size: 39px;
        line-height: 36px;
        top: 50%;
    }

    .spotlight .content-cont .slides-cont {
        display: flex;
        flex-wrap: wrap;
    }

    .spotlight .slides-cont .slide {
        flex-basis: 25%;
    }

    .spotlight:not(.show-images) .slide:not(:nth-child(4n + 4))::after {
        content: "";
        display: block;
        width: 100%;
        height: 90%;
        border-right: 1px solid #007483;
        position: absolute;
        bottom: 6.5%;
        z-index: 1;
        pointer-events: none;
    }
    

    .spotlight .inner .content-section a i {
        font-size: 10px;
    }
}