.banner {
	padding-top: 210px !important;
}
.banner .header-main {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	gap: 30px;
	width: 70% !important;
	max-width: 2560px !important;
	padding: 0;
}
.banner .header-main .container {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: stretch;
	gap: 30px;
}
.banner .header-main .container > div {
	flex: calc(calc(100% - 30px) / 3) 0 0;
	float: none !important;
}
.banner .header-main .container > .column-1 {
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	align-items: stretch;
	gap: 30px;
}
.banner .header-main .container > .column-1 h1,
.banner .header-main .container > .column-1 h2 {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	margin: 0 !important;
	flex-grow: 1;
}

.banner .header-main .container > .column-2 {
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 20px;
}
.banner .header-main .container > .column-2 > *:not(a) {
	margin: 0 !important;
}


.iw-banner-container {
	flex-basis: calc(calc(calc(calc(100% - 30px) / 3) * 2)) !important;
	padding: 30px 41px;
    border: 1px solid #c8c8c8;
    background-color: hsla(0, 0%, 100%, .75);

    text-align: left !important;
}
.iw-banner-container h2 {
	text-align: left !important;
}
.iw-banner-container > *:not(a) {
	border: none !important;
	background-color: transparent !important;
	margin: 0 0 40px 0 !important;
	padding: 0 !important;
}








@media (max-width: 890px) {
	.banner .header-main {
		width: 90% !important;
		flex-basis: 90% !important;
		margin: auto;
	}
	.banner .header-main .container {

	}
	.banner .header-main .container > div {
		width: 100% !important;
		flex-basis: 100% !important;
	}
	.banner .header-main .container > .column-1 {

	}
	.banner .header-main .container > .column-1 h1,
	.banner .header-main .container > .column-1 h2 {

	}

	.banner .header-main .container > .column-2 {

	}
	.banner .header-main .container > .column-1 h2,
	.banner .header-main .container > .column-2 {
		max-width: 80%;
		margin: auto !important;
	}
}