header.alignwide h1.entry-title {
    width: max-content;
    margin-inline-start: -.1em;
    font-size: calc(170px + 150 * (100vw - 1024px) / (1920 - 1024));
}

body section.see-our-products>div {
    flex-basis: calc(50% - 2rem);
}

section.see-our-products .contact-form {
    max-width: 500px;
    margin: auto;
}

@media (max-width: 1024px) {
	body section.see-our-products>div {
		flex-basis: 100%;
	}
}