.focusStrip{
	margin-bottom: 1.5rem;
	margin-top:  1.5rem;
}
.focusStrip,
.focusStrip::before {
    background-color: #e32400 !important;
}

.itemLogo{
	margin-bottom: 2rem;
}

.focusStrip .col-12{
	padding:  0;
}

.focusStrip .card-title{
	height: auto;
	white-space: normal;
	overflow: hidden;
}

.item_background .bg-image{
	width:  100%;
	height:  20vw;
	min-height: 300px;
	border-radius: 0;
	filter: brightness(80%);
}

.item_background .card-img-overlay{
	width: 50%;
}

.item_background .card-text{
	margin-bottom: 0;
	margin-top:  0;
}

@media (max-width: 1440px) {
	.item_background .card-img-overlay{
		width: 100%;
	}
}

.item_background .card-title{
	text-shadow: 2px 2px #000;
	font-size: 2.5rem;
	line-height: 3rem;
}

.item_background .card-text{
	text-shadow: 2px 2px #000;
	font-size: 1.2rem;
	line-height: 1.7rem;
}

@media (max-width: 768px) {
	.item_background .card-title {
		text-shadow: 2px 2px #000;
		font-size: 2rem;
		line-height: 2.2rem;
	}
}