.tis-newsletter {
	background: #fff;
	padding: 80px 130px;
}

.tis-newsletter-inner {
	max-width: 1180px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 100px;
}

.tis-newsletter-text {
	max-width: 542px;
}

.tis-newsletter-eyebrow {
	font-size: 14px;
	font-weight: 500;
	line-height: 22px;
	text-transform: uppercase;
	color: #FF5C1A;
	margin: 0 0 8px;
}

.tis-newsletter-text h2 {
	font-size: 40px;
	line-height: 48px;
	font-weight: 600;
	text-transform: capitalize;
	color: #142553;
	margin: 0 0 16px;
}

.tis-newsletter-text h2 em {
	color: #FF5C1A;
	font-style: italic;
}

.tis-newsletter-subtext {
	font-size: 18px;
	line-height: 28px;
	color: #707070;
	margin: 0;
}

.tis-newsletter-card {
	flex: none;
	width: 550px;
	max-width: 100%;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #E3E7EE;
	box-shadow: 4px 4px 16px rgba( 0, 0, 0, 0.11 );
	border-radius: 4px;
	padding: 24px;
}

.tis-newsletter-label {
	display: block;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.1px;
	color: #0F2540;
	margin-bottom: 15px;
}

.tis-newsletter-form {
	display: flex;
}

.tis-newsletter-form input {
	flex: 1;
	min-width: 0;
	box-sizing: border-box;
	padding: 16px;
	height: 58px;
	background: #fff;
	border: 1px solid #E3E7EE;
	border-radius: 4px 0 0 4px;
	border-right: none;
	font-size: 16px;
	color: #757575;
}

.tis-newsletter-form button {
	flex: none;
	width: 120px;
	height: 58px;
	background: #FF5C1A;
	border: none;
	border-radius: 0 4px 4px 0;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
}

.tis-newsletter-note {
	font-size: 16px;
	line-height: 24px;
	color: #707070;
	margin: 15px 0 0;
}

@media (max-width: 1024px) {
	.tis-newsletter-inner {
		flex-direction: column;
		align-items: flex-start;
		gap: 40px;
	}

	.tis-newsletter-card {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.tis-newsletter {
		padding: 40px 20px;
	}

	.tis-newsletter-text h2 {
		font-size: 30px;
		line-height: 38px;
	}
}
