.banner-area {
	margin-top: 30px;
}

.banner-item {
	position: relative;
	margin-bottom: 3rem;
	background: var(--primary);
}

.banner-title-bg h3 {
	background: rgba(0, 0, 0, 0.7);
    padding: 5px 10px;
    color: #fff;
    display: inline;
    position: absolute;
    bottom: 1.5rem;
    margin: 1rem 1.5rem 0 1.5rem;
}

.banner-area i.fa.fa-angle-right {
	display: none;
}

.banner-title-bg p:hover {
	color: #fff;
}

@media (max-width: 768px) {
	
	.banner-title-bg h3 {
		bottom: 14px;
		left: 11px;
	}
	
}

@media (max-width: 767px) {
	
	.banner-title-bg {
		padding: 10px 15px;
	}
	
	.banner-title-bg h3 {
		padding: 5px 0px;
		color: #fff;
		margin: 0;
		position: relative;
		left: 0;
		display: block;
		bottom: 0;
		clear: both;
		background: none;
	}

	.banner-area i.fa.fa-angle-right {
		display: inline-block;
	}

	.banner-title-bg h3:hover {
		color: #ffffff;
	}
	
}