.banner__wrapper {
	background-color: #09090b;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 60px 0;
	padding-left: 117px;
	padding-right: 137px;
	/*background-image: url(../../../dev/assets/img/project/bannerFull.webp);*/
	background-image: url(/image/catalog/Banners/Aboutmain.webp);
	background-repeat: no-repeat;
	background-size: cover;
}

.banner__text {
	width: 100%;
}

.banner__text a {
	text-decoration: none !important;
	font-size: 26px;
	font-weight: 400;
	color: #fefefe;
	text-transform: uppercase;
	line-height: 1.2;
	letter-spacing: .65px;
	position: relative;
}

.banner__text a:hover::before,
.banner__text a:focus::before {
	width: 0;
	opacity: 0;
	visibility: hidden;
}

.banner__text a::before {
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 1;
	visibility: visible;
	width: 100%;
	height: 2px;
	background-color: #fefefe;
	content: '';
	transition: all .7s ease-out;
	-webkit-transition: all .7s ease-out;
	-moz-transition: all .7s ease-out;
}

@media screen and (max-width: 1199px) {
	.banner__wrapper {
		padding: 45px 50px;
		text-align: center;
	}

	.banner__text a::before {
		display: none !important;
	}

	.banner__text a {
		font-size: 24px;
		line-height: 32px;
		text-decoration: underline !important;
		letter-spacing: 0.4px;
	}

	.banner__text {
		max-width: 380px;
		margin: 0 auto;
	}
}

@media screen and (max-width: 767px) {
	.banner .container-tw {
		padding: 0;
	}

	.banner__wrapper {
		/*background-image: url(../../../dev/assets/img/project/bannerMobile.webp);*/
		background-image: url(/image/catalog/Banners/Aboutmain.webp);
		padding: 40px 30px;
		background-position: 82% 50%;
	}

	.banner__text {
		max-width: 230px;
	}

	.banner__text a {
		font-size: 16px;
		line-height: 24px;
	}
}