@charset "UTF-8";

/* CSS Document */


/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* 5 THINGS FOR FEATURE */
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/


.ftneed_wrapper {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	float: left;
	width: 100%;	
	box-sizing: border-box;
}

.ftneed_row {
	margin: 0px auto 18px auto;
	padding: 0px 0px 22px 0px;
	width: 100%;
	box-sizing: border-box;
	max-width:800px;
	border-bottom:1px dotted #ffffff;
}

.ftneed_row:last-of-type {
	margin-bottom:0px;
}


.ftneed_row_stage_wrapper {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	text-align: center;
	float: left;
	border:5px solid rgba(255,255,255,0.3);
}

.ftneed_row_stage {
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 0px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 58px;
	font-family: 'Bebas Neue', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size:40px;
	color:rgba(224,119,030,1);
	border-radius: 50%;
	text-align: center;
	float: left;
	background-color:#ffffff;
}


 @media only screen and (min-width : 1px) and (max-width :600px) {
.ftneed_row {
	margin: 0px auto 12px auto;
	padding: 0px 0px 14px 0px;
}

.ftneed_row_stage_wrapper {
	width: 42px;
	height: 42px;
	border:4px solid rgba(255,255,255,0.3);
}

.ftneed_row_stage {
	padding: 0px 0px 0px 0px;
	width: 36px;
	height: 36px;
	font-size:28px;
}
 }




.ftneed_row_text {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: calc(100% - 100px);
	float: right;
}

 @media only screen and (min-width : 1px) and (max-width :600px) {
.ftneed_row_text {
	width: calc(100% - 60px);
}
 }

.ftneed_txt_h1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: 'Playfair Display', Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 24px;
	line-height: 24px;
	text-decoration: none;
	text-align: left;
	color: #ffffff;
	text-transform:uppercase;
}

.ftneed_txt_p1 {
	margin: 6px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: 'Playfair Display', Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 19px;
	line-height: 25px;
	text-decoration: none;
	text-align: left;
	letter-spacing: -0.4px;
	color: #ffffff;
}

 @media only screen and (min-width : 1px) and (max-width :600px) {

.ftneed_txt_h1 {
	font-size: 18px;
	line-height: 18px;
}

.ftneed_txt_p1 {
	margin: 8px 0px 0px 0px;
	font-size: 16px;
	line-height: 22px;
}
 }


