﻿.banner_4 .container {
	position: relative;
}
.banner_4 .banner_inner {
	position: relative;
	padding: 40px 95px;
	/* background-color: var(--main_color_second); */
	display: flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 15px;
}
.banner_4 .banner_btn {
	text-align: center;
	white-space: nowrap;
}
.banner_4 .section_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
}
.banner_4 .section_bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: .5;
}
/* Responsiveness // Responsiveness // Responsiveness */
@media (max-width: 991px) {
	.banner_4 .banner_inner {
		padding: 40px;
		flex-direction: column;
	}
	.banner_4 .banner_title {
		text-align: center;
	}
	.banner_4 .banner_btn {
		margin-top: 20px;
		text-align: center;
		width: 100%;
	}
}