.profiles-card-container{
	width: 100%; min-height: 300px; height: 500px; margin: 0;
	padding: 0; top: 0px; position: relative;
}

.profiles-container{
	width: 100%; height: auto; margin: 0;
	padding: 0; top: 0px; position: relative;
	padding: 20px !important; overflow: hidden;
}

.inner-profiles-container{
	width: 94% ; margin-left: 3% !important;
}

.inner-profiles-container form input{
	width: 60% !important; float: left;
	margin-right: 2%;
}
.inner-profiles-container form button{
	width: 35% !important; float: left;
}


.profiles-card-container{
	padding: 20px 40px 40px 40px !important;
	margin:0 !important;
    font-family: var(--OPEN-SANS);
	letter-spacing: 1px;
}

.profiles-card-container h2{
	font-size: 30px; text-align: center; 
	text-align: center;
    font-family: var(--OPEN-SANS);
	letter-spacing: 1px;
	display: block;
	border-bottom: 2px solid #555;
}

.cards-container{
	width: 100%; margin: 0 !important;
		padding: 20px 20px 50px 20px !important;
}
.cards-container div{
	float: left; margin: 1%;
}

.card{
	width: 23% !important;
	height: 250px;
	box-sizing: border-box;
	border-radius: 3px;
	background: white;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 10px;
	font-family: var(--CABIN);
	font-size: 15px;
	line-height: 20px;
	overflow: hidden;
	letter-spacing: 1px;
	display: inline-block;
}


.card .img-card{
	width: 100%; height: 120px; text-align: center;
	padding: 10px;
}
.card img{
	width: 100px; height: 100px;
	border-radius: 100%;
}

.card-name{
	text-align: center;
	color: #2f3640;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
}


.card-job{
	text-align: center;
	color: #555;
	font-size: 17px;
	font-style: italic;
	line-height: 30px;
}
.card a, .profiles-card-container  a#search-again{
	text-align: center;
	color: white;
	display: inline-block;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	background: #1488cc;
	margin-left: 25%;
	width: 50%;
	height: 30px;
	line-height: 30px;
	margin-top: 10px;
}


.profiles-card-container a#search-again{
	width: 30% !important;
	font-size: 15px;
	height: 50px;line-height: 50px;
	margin-left: 35% !important;
}


.details-container {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	margin: 32px 0 !important;
	font-family: var(--CABIN);
	letter-spacing: 1px;
	line-height: 25px;
}

.intro-container {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.profile-image-container {
	width: 375px;
}

.profile-image-container img {
	width: 100%;
	border-radius: 100%;
}

.name-and-profession {
	margin-top: 12px !important;
	text-align: center;
}

.name-and-profession span {
	line-height: 30px;
}

.name-and-profession .name {
	color:  #2f3640;
	font-weight: bold;
	font-size: 30px;
}

.name-and-profession .profession {
	color:  #555555;
	font-size: 20px;
	font-style: italic;
	line-height: 40px;
}

.person-details {
	margin: 16px 25% !important;
}

.details-section {
	margin-top: 32px !important;
}

.details-section:first-child {
	margin-top: 0 !important;
}


.heading {
	font-size: 20px;
	font-weight: bold;
}

.content {
	font-size: 16px;
	text-align: justify;
	margin-top: 8px;
	color: #555555;
}