body {
	width: 100%;
	padding: 0;
	background: #FCF7F7;
	font-size: 1em;
	line-height: 1.5em;
}

@font-face {
  font-family: 'Inter';
  font-style:  normal;
  font-weight: 700;
  font-display: swap;
  src: url("../Fonts/Inter-Bold.woff2") format("woff2"),
	   url("../Fonts/Inter-Bold.woff") format("woff");
}

@font-face {
  font-family: 'Inter';
  font-style:  normal;
  font-weight: 400;
  font-display: swap;
  src: url("../Fonts/Inter-Regular.woff2") format("woff2"),
	   url("../Fonts/Inter-Regular.woff") format("woff");
}

.team_content-container {
	width: 80%;
	margin: auto;
	padding: 16px;
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.team_content-container h2 {
	font-family: 'Inter', sans-serif !important;
	font-weight: normal;
	color: #FB6056;
	margin: auto;
	text-align: center;
	padding-left: 16px;
	font-size: 20px;
}

.meet-the-crew-contentwrapper {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 8px;
	align-items: center;
}

.team-card-container {
	background: white;
	width: 200px;
	display: flex;
	flex-direction: column;
	border-radius: 16px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	justify-content: center;
}

.member-card {
	display: flex;
	justify-content: center;
	padding: 8px 8px 0 8px;
}

.member-card-image {
	height: 80px;
	width: 80px;
}

.team-card-topwrapper {
	padding: 0 16px 0 16px;
	display: inline-block;
	vertical-align: top;
	margin: 0px;
}

.team-card-topwrapper h3 {
	text-align: center;
	font-size: 17px;
	font-family: 'Inter', sans-serif !important;
	font-weight: bold;
	color: #595959;
	margin: 0px;
	padding: 2px;
}

.team-card-topwrapper p {
	text-align: center;
	font-size: 14px;
	padding: 0px;
	font-family: 'Inter', sans-serif !important;
	font-weight: normal;
	color: #808080;
	margin: 0px;
	padding: 8px;
}

.team-card-bottomwrapper {
	background: #FB6056;
	border-radius: 0 0 16px 16px;
	display: flex;
	flex-direction: row;
	gap: 8px;
	height: 60px;
	justify-content: center;
}

.team-card-bottomcontent {
	padding: 16px;
	display: flex;
	justify-content: center;	
}

.social-link-image {
	height: 24px;
	width: 24px;
}

.paws-social-link-image {
	height: 28px;
	width: 28px;
}

@media screen and (min-width: 480px) {
	.team_content_wrapper {
		/* width: 380px; */
		width: 80%;
	}
}

@media screen and (min-width: 500px) {
	.team_content-container {
		width: 80%;
		align-items: flex-start;
	}
	
	.team_content-container h2 {
		text-align: left;
		margin: 0px;
		padding: 2px;
		font-size: 20px;
	}
	
	.meet-the-crew-contentwrapper {
		display: flex;
		flex-direction: column;
		gap: 20px;
		margin-top: 8px;
		align-items: center;
	}
	
	.meet-the-crew-contentwrapper {
		flex-direction: row;
		align-items: start;
	}
}

@media screen and (min-width: 800px) {
	.team_content-container {
		width: 600px;
		align-items: start;
		gap: 10px;
		padding: 32px;
	}
	
	.team_content-container h2 {
		width: 90%;
		text-align: left;
		margin: 0px;
		font-size: 22px;
		padding: 2px;
	}
	
	.meet-the-crew-contentwrapper {
		flex-direction: row;
		gap: 28px;
		align-items: flex-start;
	}
}