.codeutasava_main-team-head {
	display: flex;
	justify-content: center;
}

.tcp_team-logo {
	margin-top: 70px;
	width: 150px;
}

.prevPage-TeamPage {
	display: flex;
	justify-content: center;
	height: 70px;

}

.educathon_team-back-button {
	width: auto;
	background-color: rgba(0, 0, 0, 0.25);
	backdrop-filter: blur(10px);
	border-color: var(--primary-c);
	border-width: 2px;
	padding: 20px;
}

.educathon_team-back-button:hover {
	background-color: var(--primary-c);
	color: black;
}

#educathon_team-heading {
	display: flex;
	justify-content: center;
	font-size: 60px;
	margin-top: 90px;
	text-shadow: 2.85px 2.85px 0.532px black;
}

.educathon_team_container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 20px 0 20px;
	margin-bottom: 0;
	min-height: 100vh;
}

#educathon_overall-coordinatior_heading,
#educathon_head-coordinatior_heading,
#educathon_manager_heading,
#educathon_executive_heading {
	font-size: 24px;
	font-weight: bold;
	color: var(--primary-c);
	margin: 62px 0 20px;
	text-align: center;
	text-shadow: 2.85px 2.85px 0.532px black;
}

#educathon_overall-coordinatiors,
#educathon_head-coordinatiors,
#educathon_managers,
#educathon_executives {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	margin-bottom: 0;
	padding-bottom: 0;
}

.card {
	background-color: white;
	border-radius: 10px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	padding: 20px;
	width: 300px;
	text-align: center;
	transition: transform 0.3s;
}

.card:hover {
	transform: translateY(-10px);
}

@media (max-width: 1100px) {
	.codeutasava_main-team-head {
		display: flex;
		justify-content: center;
		margin-top: 70px;
	}
}

@media (max-width: 900px) {
	.codeutasava_main-team-head {
		display: flex;
		justify-content: center;
		margin-top: 70px;
	}

	#educathon_team-heading {
		font-size: 40px;

	}

	.tcp_team-logo {
		width: 100px;
	}

	.educathon_team-back-button {
		width: auto;
		font-size: auto;
	}

}

@media (max-width: 648px) {
	.codeutasava_main-team-head {
		display: flex;
		justify-content: center;
		margin-top: 70px;
	}

	#educathon_team-heading {
		font-size: 30px;

	}

	.tcp_team-logo {
		width: 80px;
		height: 80px;
		align-self: center;


	}

	.educathon_team-back-button {
		width: auto;
		font-size: auto;
	}

}

@media (max-width: 376px) {
	#educathon_team-heading {
		text-align: center;

	}

}

@media (max-width: 768px) {

	#educathon_overall-coordinatior_heading,
	#educathon_head-coordinatior_heading,
	#educathon_manager_heading,
	#educathon_executive_heading {
		font-size: 20px;
	}

	.card {
		width: 90%;
	}
}

@media (max-width: 480px) {

	#educathon_overall-coordinatior_heading,
	#educathon_head-coordinatior_heading,
	#educathon_manager_heading,
	#educathon_executive_heading {
		font-size: 18px;
	}

	.card {
		width: 100%;
	}

	#educathon_overall-coordinatiors,
	#educathon_head-coordinatiors,
	#educathon_managers,
	#educathon_executives {
		flex-direction: column;
	}
}