.klaviyo-form-embed {
	padding: 90px 0;
	@media only screen and (max-width: 768px) {
		padding: 35px 0;
	}
	.content-max {
		max-width: 734px;
		margin: 0 auto;
		padding: 0 17px;
	}
	.section-title {
		margin-bottom: 32px;
		text-align: center;
	}
	h2 {
		font-size: 25px;
		line-height: 30px;
		margin-bottom: 32px;
		color: #400D15;
	}
	p {
		font-size: 13px;
		line-height: 23px;
		color: #400D15;
		opacity: 0.7;
		padding: 0 40px;
	}
	.klaviyo-embed-wrapper {
		label {
			font-family: var(--typeBasePrimary) !important;
			font-size: 13px !important;
			line-height: 16px !important;
			color: #400D15 !important;
			opacity: 0.7 !important;
			margin-bottom: 11px !important;
			font-weight: 400 !important;
		}
	}
}