.spotlights-container  { margin-bottom: 30px; }
.spotlights-container .head {}
.spotlights-container .head h4 {
	margin-bottom: 15px;
	font-family: powerfulregular;
	font-size: 54px;
	line-height: 1.4;
	letter-spacing: 0;
}

.spotlights-container a { display: block; }

.spotlights-container .items ul li { margin-bottom: 20px; }

.spotlights-container .items ul li .img-cont {
    float: left;
    width: 35%;
}
.spotlights-container .items ul li .img-cont img { width: 100%; }
.spotlights-container .items ul li .content {
    float: left;
    width: 65%;
    padding-left: 10px;
}
.spotlights-container .items ul li .content .title {
    font-family:'Helvetica Neue LT W01_71488914', Arial, sans-serif;
    font-size: 18px;
    color: #1d1d1d;
}
.spotlights-container .items ul li .content .desc {
    font-family: 'Helvetica Neue LT W01_41488878';
    font-size: 14px;
    color: #1d1d1d;
}
.spotlights-container .items ul li .content .desc .fa { color: #0498d9; }

/*@media only screen and (min-width: 40.064em) and (max-width: 64em) {
    .spotlights-container {
        float: left;
        max-width: 350px;
    }
}*/

@media only screen and (max-width: 64.063em) {
    .spotlights-container .head svg {
        width: 100%;
    }
}