.team-cards-alt {
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-card {
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-align {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
	.team-card {
		width: 100%;
	}
	.team-pfp {
		flex: 0.5;
		margin-left: 50px
    }
    
}

@media (max-width: 540px) {
	.team-card {
		width: 100%;
	}
	.team-pfp {
		flex: 0.75;
		margin-left: 20px
	}
}

@media (max-width: 350px) {
	.team-pfp {
		flex: 1;
		margin-left: 0px
    }
    
}

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

.team-pfp-img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
}

.team-info {
	margin-left: 20px;
	margin-bottom: 5px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.team-role {
	margin-top: 5px;
	margin-bottom: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
		Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.team-name {
	margin-bottom: 5px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
		Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	font-weight: 600;
	font-size: 24px;
}

.team-description {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
		Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	font-size: 18px;
	text-align: center;
	padding-top: 2em;
	padding-bottom: 2em;
}
