.spotlight-container {
    padding: 0;
}

.spotlight-container > .flex {
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.flex.relative.reverse {
    flex-direction: row-reverse;
}
.spotlight-container .img-holder img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 15%;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.spotlight-container .content {
	padding: 4em 10em 3.5em 10em;
	position: relative;
	background-image: linear-gradient(to right,#f3f2ed,#d7ecfa);
}

.spotlight-container .content > .icon-holder {
	position: absolute;
	top: 0;
	right: 0;
	padding: 1.5em 2.5em 1.2em 2.5em;
	background-color: #3F79BC;
}

.spotlight-container .content > .icon-holder img {
	font-size: 2.9em;
	width: 1em;
}

.spotlight-container .content .holder {
    padding-left: 3em;
}

.recolor .spotlight-container .testimonial-header .btn.v1 {
	color: #fff;
	border: 2px solid #FFF;
	background: #B0478C;
	white-space: nowrap;
}

.recolor .spotlight-container .testimonial-header .btn.v1:hover,
.recolor .spotlight-container .testimonial-header .btn.v1:focus {
	border-color: #B0478C;
	color: #B0478C !important;
	background: #ffffff;
}


@media screen and (max-width: 1650px) {
    	.spotlight-container .content {
		padding: 4em 10em 3.5em 5em;
	}
}

@media screen and (max-width: 1500px) {
    .spotlight-container .content .holder {
        padding-left:2em;
    }
}

@media screen and (max-width: 1200px) {
    .spotlight-container .img-holder {
        width:50%;
    }

    .spotlight-container .content {
        width: 50%;
        padding: 0 0 2.5em 0;
    }

    .spotlight-container .content > .icon-holder {
        display: none;
    }
}

@media screen and (max-width: 1000px) {
    .spotlight-container .content {
        width:100%;
        padding: 0 0 2.5em 0;
    }

	.spotlight-container > .flex, .spotlight-container > .flex.reverse {
		flex-direction: column-reverse;
	}
}

@media screen and (max-width: 800px) {
    .spotlight-container .content,.spotlight-container .img-holder {
        width:100%;
    }

    .spotlight-container .img-holder {
        height: 20em;
    }
}

@media screen and (max-width: 450px) {
    .spotlight-container .content .holder {
        padding:0 1.667em;
    }
}