.our-story-section {
position: relative;
padding: 60px 0;
color: #fff;
background-color: #333;
background-image: url(/imageserver/UserMedia/cmsa/our-story-bg.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
background-blend-mode: multiply;
}

.team-card {
	background: #000;
	color: #fff;
	padding: 30px 0;
	border-radius: 10px;
	box-shadow: -9px 9px 22px -5px rgba(0, 0, 0, 0.75);
	margin: 10px;
}
.modalBtn {
	color: #f9dd04;
}