article{
	margin: 0;
}

#flex-container{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#new-grid-container{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-content: center;
	max-width: 71rem;
}

#new-info-container{
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-bottom:3rem;
	max-width:71rem;
}

.f-row{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	gap: 70px;
}

.sub-row-1{
	display: flex;
	justify-content: center;
	margin-bottom: 36px;
}

.f-Profiles  {
	display:inline-block;
	vertical-align: top;
    -ms- left: 0%;
    right: 0;
	position:relative;
	max-width: 20rem;
	padding: 1rem;
	}
	
.sub-profile{
	margin: 0px;
}
	
.f-Profiles  p {
	font-weight:700;
	margin:0 auto;
	line-height:1.3rem; 
	font-size:13px;
	margin-top:10px;
}

.f-Profiles img{
	max-height: 280px;
}

.f-Profiles span{
	font-weight: 300;
	margin-top: 20px;
	font-size: 15px;
	color: #121212;
	opacity: .8;
}

.con-1-j{
	display: flex;
	align-items: center;
	text-align: center;
	flex-direction: column;
}

.con-1-j p{
	max-width: 928px;
	margin-top: -1rem;
}

.p-1{
	order: 1;
}

.p-2{
	order: 2;
}

.p-3{
	order: 3;
}

.p-4{
	order: 4;
}

.p-5{
	order: 5;
}

.p-6{
	order: 6;
}
