/* Features box */
.ns_features-box-background{
	padding: 16px;
}

.ns_features-box-row > .ns_features-box:not(:last-child):after{
	display: block;
	content: '';
	position: absolute;
	right: -1px;
	width: 2px;
	height: 100%;
	background: var(--hipnos-color-secondary-3);
}

.ns_features-box{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 16px;
	padding-left: 32px;
	padding-right: 32px;
}

.ns_features-box-icon-title{
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
}

.ns_features-box .ns_features-box-title{
	white-space: nowrap;
}

.ns_features-box.ns_features-box-with-icon.ns_features-box-with-title,
.ns_features-box.ns_features-box-with-icon.ns_features-box-with-title.ns_features-box-with-content{
	font-size: 12px;
	line-height: 18px;
}

.ns_features-box.ns_features-box-with-icon.ns_features-box-with-title .ns_features-box-icon-title{
	flex-direction: column;
}

.ns_features-box.ns_features-box-with-icon.ns_features-box-with-title.ns_features-box-with-content .ns_features-box-icon-title{
	flex-direction: row;
}

.ns_features-box.ns_features-box-with-icon.ns_features-box-with-title .ns_icon{
	display: block;
	width: 42px !important;
	height: 42px !important;
	margin-bottom: 4px;
}

.ns_features-box.ns_features-box-with-icon.ns_features-box-with-title.ns_features-box-with-content .ns_icon{
	display: block;
	width: 24px !important;
	height: 24px !important;
	margin-right: 4px;
	margin-bottom: 0px;
}

.ns_features-box.ns_features-box-with-icon.ns_features-box-with-title.ns_features-box-with-content .ns_features-box-content{
	margin-top: 4px;
}

.ns_features-box.ns_features-box-with-content:not(.ns_features-box-with-icon.ns_features-box-with-title).ns_features-box-content{
	font-size: 16px;
	line-height: 22px;
}

@media only screen and (max-width: 1023px) {
	.ns_features-box{
		padding-left: 16px;
		padding-right: 16px;
	}
}
