.home-container .contact-us{
	margin-bottom: -1rem !important;
	margin-top: 3rem !important;
}

#contact-form .form-floating {
	margin-bottom: 1.5rem;
}

@media only screen and (max-width: 775px) {
	.invalid-feedback{
		font-size: 14px !important;
	}

	@media only screen and (max-width: 600px) {
		.home-container > div {
			margin-left: 0 !important;
			margin-right: 0 !important;
		}
	}
}