/****************************************************************************************/
[feature-title] {
	margin-top: 120px;
}

[feature-section] .section-title h1 {
	text-align: center;
}

[feature-section] .paragraph .image > * {
	background-position: center;
	background-size: cover;
}

[feature-section] .paragraph .text h2 {
	margin-bottom: 12px;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: left;
}

[feature-section] .paragraph .links a {
	text-decoration: underline;
}

[feature-section] .links .anchors {
	margin-top: 12px;
}
[feature-section] .links .anchors li:nth-child(n+2) {
	margin-top: 11px;
}

[feature-section] .paragraph:nth-child(2n) .image-2 {
	text-align: right;
}
[feature-section] .paragraph .image-2 > * {
	background-position: center;
	background-size: cover;
}
/*******************************************/
[feature-section] .items h2 {
	text-align: center;
}
/*******************************************/
[feature-section="button"] {
	text-align: center;
}

[feature-section="button"] .button {
	display: inline-block;
}

[feature-section="button"] .button a {
	max-width: none;
	font-style: normal;
}
/****************************************************************************************/
[feature-title="1"] {
	text-align: center;
}

[feature-title="1"] .container {
	display: inline-block;
}

[feature-title="1"] .top,
[feature-title="1"] .bottom {
	border-top-style: solid;
	border-top-width: 1px;
}

[feature-title="1"] .top > * {
	padding: 0 21px;
	background-color: white;
	display: inline-block;
	transform: translateY(-14px);
}
/*******************************************/
[feature-section] + [feature-section="1"] .content-area {
	border-top-style: solid;
	border-top-width: 1px;
}
/****************************************************************************************/
[feature-title="2"],
[feature-title="3"] {
	text-align: center;
}

[feature-title="2"] img {
	width: 100%;
}
/*******************************************/
[feature-section="2"] h2 {
	text-align: center;
}
/*******************************************/
[feature-section="3"] h2 {
	margin-bottom: 12px;
	font-size: 1.8rem;
	font-weight: bold;
}
/*******************************************/
[feature-section="4"] .section-title,
[feature-section="4"] .top-paragraph {
	text-align: center;
}

[feature-section="4"] .top-paragraph p {
	max-width: 789px;
	text-align: left;
	display: inline-block;
}
/****************************************************************************************/
[feature-image] img {
	max-width: 100%;
}
/****************************************************************************************/
[feature-column-section] {
	margin-top: 157px;
}

[feature-column-section] h1 {
	margin-bottom: 46px;
}
/*******************************************/
[feature-column-section] [column] img {
	width: 100%;
}
/*******************************************/
[feature-column-section] [column="2"] li {
	width: 44.5%;
}
/****************************************************************************************/
[feature-images-column-section="1"] .images {
	display: flex;
	justify-content: space-between;
}

[feature-images-column-section="1"] .images[columns="3"] > * {
	background-position: center;
	background-size: cover;
}
/****************************************************************************************/
.column-image-text > *:first-child,
.column-text-image > *:first-child {
	text-align: center;
}

.column-image-text img,
.column-text-image img {
	max-width: 100%;
}
/****************************************************************************************/
/*
#flexbox{
	display:flex; 
	align-items:center;
	width: 90%;
	height:auto;
	padding:10px;
	margin:500px auto 0;
}
.box-item{
	text-align: center;
	padding:15px 40px;
} 
.box-item p{
	text-align:left;
}
.box-size25{
	flex-basis: 25%;
}
.box-size50{
	flex-basis: 50%;	
}
.box-item-txt1{
	font-size:2rem;
	font-weight:900;
	border-left:solid 3px black;
	padding-left:10px;
}
.box-item-txt2{
	font-size:2.5rem;
}
.box-item-txt3{
	font-size:1.7rem;
}
.nh-logo{
	width: 15%;
	margin-top:30px;
}
*/
/****************************************************************************************/
