#quote-form > div:nth-of-type(8),
#quote-form > div:nth-of-type(9),
#quote-form > div:nth-of-type(10),
#contact-form > div:nth-of-type(6) {
	grid-column: 1/-1;
}
#quote-form > div:nth-of-type(7).is-invalid::after {
        content: "Please enter a site address";
}
#quote-form > div:nth-of-type(8).is-invalid::after {
	content: "Please enter an alloy";
}
#quote-form > div:nth-of-type(9).is-invalid::after {
	content: "Please tell us where you heard of us";
}
#quote-form > div:nth-of-type(10).is-invalid::after {
	content: "Please specify";
}
#quote-form > div:nth-of-type(12).is-invalid::after {
	content: "Please agree to continue";
}
#contact-form > div:nth-of-type(6).is-invalid::after {
	content: "Please enter a site address";
}
#contact-form > div:nth-of-type(8).is-invalid::after {
    content: "Please agree to continue";
}
