

/*main features section styles*/

.features-header{
	text-align: center;
}

.features-header-content{
	margin: auto;
}

.features-art{

	position: relative;
    width: 100%;
    
    text-align: center;

    /*background: url(../img/features_background.png);*/
    background-size: contain;
    background-repeat: no-repeat;
}

.features-art-element{
	width: 80%;
}




/*feature set styles */

.feature-name-style{
	width: 20px;
	border: 1px solid #FFC542;
	display: inline-block;
	margin-bottom: 4px;
	margin-right: 4px;
}

.feature-name{
	font-family: PoppinsSemiBold, sans-serif;
	font-size: 14px;	
	display: inline-block;
}

.feature-set-content{

	display: flex;
	flex-direction: column;
	justify-content: center;
}


.feature-set-art{
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.feature-set-art-elements{
	width: 100%;	
	background-image: url(../img/feature_set_background.png);
	background-size: contain;
	background-repeat: no-repeat;
}

.feature-set-art-element{
	width: 100%;
}



/*team section styles*/
.team-section{
	margin-top: 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.team-description{
	height: 258px;
    width: 100%;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 30px;
    padding-right: 30px;
}
.team-art{
	-webkit-box-shadow: 0px 0px 15px 2px rgba(204,204,204,0.62);
	-moz-box-shadow: 0px 0px 15px 2px rgba(204,204,204,0.62);
	box-shadow: 0px 0px 15px 2px rgba(204,204,204,0.62);
}

.team-art{
	flex-direction: column;
    justify-content: center;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
}
