.custom_dtn_spotlights {
	position: relative;
}

.custom_dtn_spotlights .dtn-spotlight-title {
	margin: 0px 15px 25px;
    position: relative;
    text-align: center;
    overflow: hidden;
}

.custom_dtn_spotlights .dtn-spotlight-title span {
	position: relative;
    display: inline-block;
    margin: auto;
    color: #a7bbc9;
    font-size: 24px;
    font-family: "acumin-pro-extra-condensed",sans-serif;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-align: center;
    text-transform: uppercase;
    z-index: 1;
}

.custom_dtn_spotlights .dtn-spotlight-title span:before,
.custom_dtn_spotlights .dtn-spotlight-title span:after {
	content: '';
    position: absolute;
    top: 0;
    height: 20px;
    width: 400px;
    border-bottom: 1px solid #a7bbc9;
}

.custom_dtn_spotlights .dtn-spotlight-title span:before {
	right: 100%;
	margin-right: 15px;
}

.custom_dtn_spotlights .dtn-spotlight-title span:after {
	left: 100%;
	margin-left: 15px;
}

.custom_dtn_spotlights .spotlight-container {
	display: flex;
	flex-wrap: wrap;
}

.custom_dtn_spotlights .spotlight-container .spotlight {
	flex: 0 1 50%;
	margin-bottom: 10px;
	padding: 0px 20px;
}

.custom_dtn_spotlights .spotlight-container .spotlight .title {
    color: #00739a;
	font-family: "acumin-pro-extra-condensed", sans-serif;
    font-size: 24px;
	font-weight: 600;
	line-height: 1.2;
    letter-spacing: 0.03em;
}

.custom_dtn_spotlights .spotlight-container .spotlight .subtitle {
    color: #a7bbc9;
	font-family: "acumin-pro-condensed", sans-serif;
    font-size: 17px;
	font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
}

@media (min-width: 40.063em) and (max-width: 64.063em) {
	.custom_dtn_spotlights .spotlight-container {
		margin: 0 auto;
		max-width: 66.66%;
	}
}

@media (max-width: 64.063em) {
	.custom_dtn_spotlights .spotlight-container .spotlight {
		flex: 0 1 100%;
	}
}
