*{
	font-family: 'Manrope', sans-serif;
}

.team_2 {
	display: flex;
	flex-direction : column;
	color: #312b8d;
	text-align: center;
	margin-bottom: 100px;
}

.tm_title {
	text-align: center;
	color: #312b8d;
	text-transform: uppercase;
	font-size: 3em;
	font-weight: 900;
}

.tm_el {
	margin-top: 20px;
}

.tm_sec_title {
	margin-bottom: 15px;
}

.tm_column {
	display: flex;
	flex-direction: column;
}

.tm_row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

.tm_memb{
	display: flex;
	flex-direction: row;
	justify-content: center;
	width: 500px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 35px;
	margin-right: 35px;
}

h3 {
	text-transform: uppercase;
	font-size: 2em;
	font-weight: 900;
}

.tm_memb_txt {
	text-align: left;
	width: 250px;
	background-color: #ebebed;
	padding-left: 30px;
	padding-top: 35px;
}

.tm_memb_nom {
	font-size: 1.5em;
	color: black;
}

.tm_memb_role {
	margin-top: 10px;
}

.tm_memb_in {
	margin-top: 15px;
}

.tm_memb_imgP {
	display: block;
}

@media screen and (max-width: 1100px) {
    .tm_row {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
}

@media screen and (max-width: 550px) {
    h3 {
    	letter-spacing: .1rem;
    }

    .tm_row {
		flex-direction: column;
	}

	.tm_memb {
		flex-direction: column;
		width: 250px;
	}

	.tm_memb_txt {
		width: 240px;
		padding-left: 10px;
		padding-top: 15px;
	}

	.tm_memb_in {
		margin-top: 15px;
	}

	.tm_memb_role {
		margin-bottom: 5px;
	}
}