.big-banner {
	padding: 140px 0 132px;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 100%;
	color: #fff;
}
.big-banner.big-banner--cta {
	padding: 255px 0;
	background-position: center;
}
.big-banner p.subtitle {
	font-size: 26px;
	line-height: 130%;
	letter-spacing: -2%;
	margin: 0 0 16px;
}
.big-banner h2 {
	font-weight: 500;
	font-size: 70px;
	line-height: 110%;
	letter-spacing: -2%;
	max-width: 1300px;
	margin: 0 auto 36px;
}
.big-banner img {
	display: block;
	margin: 117px auto 0;
	max-width: 100%;
	height: auto;
}

.big-banner.big-banner--light {
	color: #1c1b17;
	padding: 127px 0 0;
}
.big-banner.big-banner--light h2 {
	font-size: 120px;
	letter-spacing: -4%;
	margin-bottom: 28px;
}
.big-banner.big-banner--light h2 span {
	background: yellow;
	padding: 0px 20px 0px 20px;
	border-radius: 50px 0;
}
.big-banner p:not(.subtitle) {
	font-weight: 500;
	font-size: 32px;
	line-height: 130%;
	letter-spacing: -2%;
	max-width: 860px;
	margin: 0 auto 29px;
}
a.btn:not(header .btn) {
	min-width: 200px;
	font-weight: 600;
}
.big-banner.big-banner--light img {
	margin-top: -83px;
}
.mission.layout-home + .big-banner {
	padding: 260px 0;
}
.big-banner .col-12.text-center {
	position: relative;
	z-index: 2;
}
.big-banner img.mobile {
	display: none;
}
@media (max-width: 991px) {
	.big-banner img.mobile + img {
		display: none;
	}
	.big-banner img.mobile {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.big-banner {
		padding: 100px 0;
	}
	.big-banner.big-banner--cta {
  		padding: 199px 0;
		background-size: cover;
	}
	.big-banner p.subtitle {
		font-size: 16px;
	}
	.big-banner h2 {
		font-size: 40px;
	}
	a.btn:not(header .btn) {
		max-width: 160px;
	}
	.big-banner img {
		margin-top: 60px;
	}
	.big-banner.big-banner--light h2 {
		font-size: 60px;
	}
	.big-banner.big-banner--light h2 span {
		display: block;
		max-width: 233px;
		margin: 0 auto;
	}
	.big-banner.big-banner--light {
		padding: 60px 0 0;
	}
	.big-banner p:not(.subtitle) {
		font-size: 20px;
	}
	.mission.layout-home + .big-banner {
		padding: 200px 0;
	}
}

/*30_07*/
.big-banner.big-banner--product h2 {
	font-size: 56px;
}
.big-banner.big-banner--product .col-12.text-center {
	max-width: 1065px;
	margin: 0 auto;
}
.big-banner.big-banner--product {
	padding: 239px 0;
}

.big-banner.big-banner--product-with-icons {
	padding: 160px 0;
}
.big-banner.big-banner--product-with-icons p img {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}
.big-banner.big-banner--product-with-icons p:not(.subtitle) {
	font-size: 56px;
	line-height: 120%;
	max-width: 1046px;
	margin-bottom: 0;
}
.big-banner.big-banner--product-with-icons span {
	gap: 8px;
	padding: 5px 12px;
	border-radius: 16px;
	border: 1px solid #ffffff66;
	display: inline-flex;
	align-items: center;
	vertical-align: middle;
	line-height: 110%;
}
@media (min-width: 992px) and (max-width: 1440px) {
	.big-banner.big-banner--product h2 {
		font-size: 34px;
	}
	.big-banner.big-banner--product .col-12.text-center {
		max-width: 639px;
	}
	.big-banner.big-banner--product {
		padding: 143px 0;
	}
	.big-banner.big-banner--product-with-icons {
		padding: 96px 0;
	}
	.big-banner.big-banner--product-with-icons p:not(.subtitle) {
		font-size: 34px;
	}
	.big-banner.big-banner--product-with-icons span {
		gap: 5px;
		padding: 3px 7px;
		border-radius: 10px;
	}
	.big-banner.big-banner--product-with-icons p img {
		max-width: 44px;
	}
}

@media (max-width: 991px) {
	.big-banner.big-banner--product-with-icons {
		padding: 117px 0;
	}
	.big-banner.big-banner--product-with-icons p:not(.subtitle) {
		font-size: 36px;
	}
	.big-banner.big-banner--product-with-icons p img {
		max-width: 29px;
		height: auto;
	}
	.big-banner.big-banner--product-with-icons span {
		border-radius: 12px;
		margin-bottom: 2px;
	}
    .big-banner.big-banner--product h2 {
        font-size: 36px;
    }
    .big-banner.big-banner--product {
        padding: 173px 0;
    }
}
