.title-container.nc > h1 {
	font-size: 30px;
}
.namecard-feature .solu-title-header {
  margin-top: 60px;
  margin-bottom: 15px;
}
.namecard-feature .solu-title-header>p {
  font-family: OpenSans-SemiBold;
  font-size: 24px;
  text-align: center;
  color: #333333;
  margin: 0;
}
.namecard-feature .solu-title-content {
	text-align: center;
}

.namecard-feature .solu-feature {
  margin: 0 auto;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 60px;
}

.namecard-feature .feature-item {
  height: 100px;
  position: relative;
}

.namecard-feature .feature-item .item-icon {
  position: absolute;
  left: 0;
  top: -3px;
}

.namecard-feature .feature-item .item-text {
  font-family: OpenSans-SemiBold;
  font-size: 14px;
  line-height: 1.5;
  color: #333333;
  max-width: 380px;
  margin-left: 40px;
  text-align: left;
}

.namecard-feature .feature-item .item-text:before {
  content: '';
  width: 23px;
  height: 23px;
  background: url(../images/home/tick.png) center center no-repeat;
  position: absolute;
  top: 0px;
  left: 0;
}
.namecard-images {
	padding-top: 40px;
	padding-bottom: 40px;
}
.namecard-images-header {
	margin-bottom: 60px;
  font-family: OpenSans-SemiBold;
  font-size: 24px;
  text-align: center;
  color: #333333;
}
.img-wrapper img {
	max-height: 280px;
  margin: 0 auto;
  margin-bottom: 60px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.namecard-download {
	text-align: center;
  padding-bottom: 40px;
}
.namecard-download-header {
	margin-bottom: 20px;
  font-family: OpenSans-SemiBold;
  font-size: 24px;
  text-align: center;
  color: #333333;
}
.namecard-download .btn-download {
  color: #FFFFFF;
  font-family: OpenSans-Semibold;
  padding: 0px 25px;
  display: inline-block;
  text-decoration: none;
  background-color: #9473cc;
	height: 50px;
	line-height: 50px;
	border-radius: 10px;
	margin-bottom: 30px;
	outline: none;
  margin-right: 15px;
  margin-left: 15px;
}
.namecard-download .btn-download svg {
  vertical-align: sub;
  margin-right: 10px;
}
.namecard-download .btn-download span {
	font-size: 18px;
}
.namecard-download-title {
  font-size: 30px;
  text-align: center;
  padding-bottom: 30px;
  color: #724fb0;
  font-weight: 700;
  letter-spacing: 1px;
}