
.post-template-single-post-new .hubspot-form .container {
	padding: 0;
}

.post-template-single-post-new .hubspot-form-block .title {
	margin-top: 20px;
}

.hubspot-form {
	padding: 48px 0;
	background: #f4f5f7;
}

.hubspot-form-wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.hubspot-form-block .title {
	margin: 20px 0;
}

.hubspot-form-block .subtitle {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 150%;
}

.hubspot-form-block .form .hs-form-iframe {
	margin: 0;
}

.hubspot-form-block .form .hs-form-iframe form {
	width: 100%;
}

.hubspot-form-block.image-wrapper img {
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 768px) {
	.hubspot-form {
		padding: 24px 0;
	}
	
	.hubspot-form-wrapper {
		grid-template-columns: 1fr;
	}
}
