#newsletter_block_left .title_block {
	color: var(--bs-heading-color);
	font-weight: 700;
	font-size: 25px;
	line-height: 32px;
	margin: 0;
}

#newsletter_block_left p {
	font-size: 15px;
	line-height: 22px;
	color: #000;
	text-align: left;
}

#newsletter_block_left p a {
	color: #dddddd;
}

#newsletter_block_left p.subline {
	margin-bottom: 30px;
}

#newsletter_block_left {
	/* padding-bottom: 4rem; */
	/* margin-bottom: 7rem; */
	margin-top: 2rem;
}

.newsletter-card {
	padding: 2rem 4rem 1.5rem;
	background: rgba(255, 255, 255, 0.26);
	border-radius: 16px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	border: 1px solid rgba(255, 255, 255, 0.3);
	margin: 3rem 0 0;
	width: 100%;
	display: flex;
	justify-content: space-between;

}

#newsletter_block_left form {
	max-width: 580px;
}

@media (min-width:768px) {
	#newsletter_block_left .title_block {
		font-size: 32px;
		line-height: 40px;
	}
}

#newsletter_block_left .form-label {
	font-weight: 600;
	font-size: 22px;
	line-height: 22px;
	text-transform: uppercase;
}

#newsletter_block_left input {
	background: #fafafa;
	border: 1px solid #eeeeee;
	border-radius: 10px;
	padding: 8px 16px 10px;
	color: #8f8f8f;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 22px;
	margin-bottom: 10px;
}