.team-container {
	display: flex;
	justify-content: center;
	background-color: #202020;
	width: 100%;
}
.team-inner {
	width: 80%;
	padding: 30px 0;
}
.team-top {
	width: 100%;
	text-align: left;
	padding: 20px 0;
}
.team-content {
	display: flex;
	flex-direction: row;
	/* width: 100%; */
	height: auto;
	aspect-ratio: 7/3;
	background-color: #303030;
	border-radius: 5px;
	background-image: url(https://assets.originrealms.com/cdn-cgi/image/format=webp,quality=90,fit=scale-down,width=1920/2025/01/image--14-.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	box-shadow:
		inset -3px -3px 5px rgba(0, 0, 0, 0.5),
		inset 3px 3px 5px rgba(0, 0, 0, 0.5),
		15px 15px 25px rgba(0, 0, 0, 0.5),
		-15px -15px 25px rgba(0, 0, 0, 0.5);
}
.info-tag {
	width: fit-content;
	color: white;
	background-color: var(--orange);
	padding: 0 10px 5px 10px;
	border-radius: 5px;
	font-size: 1.2rem;
}
.team-content-profile {
	display: flex;
	width: 40%;
	justify-content: center;
	height: 100%;
}
.team-content-profile-image {
	height: auto;
	width: 100%;
}
.team-content-info {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background-color: #202020f1;
	background: color(#202020f1), transparent;
	backdrop-filter: blur(5px);
	display: flex;
	flex-direction: column;
	padding: 30px;
	width: 60%;
	/* box-shadow: -15px 0 25px rgba(0, 0, 0, 0.5); */
}
.team-info-row {
	display: flex;
	place-items: center;
	gap: 10px;
	/* place-content: center; */
	margin: 0 0 10px 0;
}
.team-contact-each {
	display: flex;
	justify-content: center;
	place-items: center;
	text-decoration: none;
	color: white;
	font-size: 1.6rem;
	background-color: #202020;
	width: 40px;
	height: 40px;
	aspect-ratio: 1/1;
	border-radius: 5px;
}
.info-header {
	line-height: 2rem;
	font-size: 2.5rem;
	padding: 0 0 12px 0;
	color: white;
}
.info-text {
	font-family: 'Regular';
	font-size: 1.2rem;
	color: white;
}
.team-row {
	padding: 5px 0;
}
.team-header {
	font-size: 2rem;
	color: white;
}
.team-text {
	font-size: 1rem;
	color: white;
}

@media (min-width: 576px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
	.team-row {
		padding: 5px 0;
	}
	.team-header {
		font-size: 3rem;
		color: white;
	}
	.team-text {
		font-size: 1.4rem;
		color: white;
	}
}
