.contact-us {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
	justify-content: center;
	text-align: center;
	img {
		width: 100%;
		height: 100%;
		object-fit: fill;
	}
	.contact-us-form {
		margin: 2rem;
		font-weight: 100;
		font-size: 22px;
		text-align: left;
		display: grid;
		grid-template-columns: 1fr;
		justify-content: center;
	}
	.contact-us-form input {
		background-color: #fdfaff !important;
		border: none;
		border-bottom: 1px solid #746972;
	}
	h2 {
		text-align: center;
	}
}
