.about-us {
	padding:40px 0;
}
.about-us img {
	max-width:400px;
	width:100%;
	border-radius:10px;
	box-shadow: 1px 5px 10px black;
}
.about-us {
	color: white;
}
.about-us h1 {
	color: var(--gold);
}

