.case-items-group .case-item {
	overflow: hidden;
	position: relative;
	overflow: hidden;
	position: relative;
}

.case-item .background-image {
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: all 0.4s;
}

.case-item:hover .background-image {
	transform: scale(1.10);
}

.case-items-group .case-item:first-child {
	height: 600px;
	width: 100%;
}

.case-items-group .case-item:first-child .case-content {
	position: absolute;
	bottom: 15px;
	right: 10%;
	left: auto;
	top: auto;
}

.case-items-group .case-item:nth-child(2) {
	height: 800px;
	width: 50%;
	float: left;
}

.case-items-group .case-item:nth-child(2) .case-content-wrapper .case-content {
	left: 50%;
	transform: translateX(-57%);
}

.case-items-group .case-item:nth-child(3) {
	height: 400px;
	width: 50%;
	float: left;
}

.case-items-group .case-item:nth-child(4) {
	height: 400px;
	width: 50%;
	float: left;
}

.case-items-group .case-item:nth-child(5) {
	height: 400px;
	width: 50%;
	float: left;
}

.case-items-group .case-item:nth-child(6) {
	height: 400px;
	width: 50%;
	float: left;
}

.case-items-group .case-content {
	color: #fff;
	padding: 40px;
	max-width: 330px;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
}

.case-items-group .case-content h4 {
	font-size: 30px;
	margin-bottom: 15px !important;
	color: #fff;
	font-weight: 900;
}

.case-items-group .case-content p {
	margin-bottom: 15px !important;
}

.case-items-group .case-content span.learn-more {
	color: #fff;
	margin-top: 0px;
	display: inline-block;
	font-weight: 700;
	font-size: 20px;
	position: relative;
	text-decoration: none;
	padding-left: 30px;
	transition: all .3s ease-in-out;
	font-weight: 900;
}

.case-item .background-image::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}
.case-items-group .case-content span.learn-more::before {
	content: "";
	background: url(/wp-content/themes/bording-child/assets/images/red-arrow.svg) no-repeat;
	width: 30px;
	height: 15px;
	position: absolute;
	left: 0px;
	top: 55%;
	transform: translatey(-50%);
	transition: .3s;
}

.case-items-group .case-content span.learn-more:hover {
	transform: scale(1.08);
}

.breadcrumbs-area ul.breadcrumbs li:not(:last-child):nth-child(2) {
	white-space: pre;
}

@media (max-width:767px) {
	.case-items-group .case-item:first-child {
		height: 300px;
	}

	.case-items-group .case-item:first-child .case-content {
		left: 0;
		top: 0;
	}

	.case-items-group .case-item:nth-child(2) {
		height: 300px;
		width: 100%;
	}

	.case-items-group .case-item:nth-child(2) .case-content-wrapper .case-content {
		left: 0;
		transform: none;
	}

	.case-items-group .case-item:nth-child(3) {
		height: 300px;
		width: 100%;
	}

	.case-items-group .case-item:nth-child(4) {
		height: 300px;
		width: 100%;
	}

	.case-items-group .case-item:nth-child(5) {
		height: 300px;
		width: 100%;
	}

	.case-items-group .case-item:nth-child(6) {
		height: 300px;
		width: 100%;
	}

	.case-items-group .case-content h4 {
		line-height: 30px;
	}
}

@media (max-width:480px) {
	.case-items-group .case-item:first-child {
		height: 260px;
	}

	.case-items-group .case-item:nth-child(2) {
		height: 260px;
	}

	.case-items-group .case-item:nth-child(3) {
		height: 260px;
	}

	.case-items-group .case-item:nth-child(4) {
		height: 260px;
	}

	.case-items-group .case-item:nth-child(5) {
		height: 260px;
	}

	.case-items-group .case-item:nth-child(6) {
		height: 260px;
	}

	.case-items-group .case-content {
		padding: 30px;
		max-width: 100%;
		width: 100%;
		left: 0;
		top: 0;
	}

	.case-items-group .case-content h4 {
		line-height: 25px;
		font-size: 20px;
	}

	.case-items-group .case-content a {
		font-size: 17px;
	}

	.case-items-group .case-content a::before {
		width: 20px;
		height: 12px;
		background-size: 100%;
	}
}

.related-cases-area .case-items-group .case-item {
	width: 50%;
}

.related-cases-area .case-item:first-child {
	height: 500px;
}

.related-cases-area .case-item:nth-child(2) {
	height: 400px;
}

.related-cases-area .case-items-group {
	display: flex;
	flex-wrap: wrap;
}

.related-cases-area .case-item:last-child {
	height: 500px;
	margin-top: -100px;
}

.related-cases-area .case-items-group .case-item:first-child .case-content {
	left: 0;
	top: 0;
}