body.np2 {
  font-family: 'Source Sans Pro', sans-serif;
  color: #555555;
}

.np2 .jumbotron {
  background-image: url('../images/np2-header.png');
  background-size: cover; 
  background-repeat: none;
  min-height: 340px;
  text-align: center;
}

.np2 .jumbotron img {
  margin-top: 30px;
}

#np2-introduction {
  padding: 20px 0;
}

#np2-introduction .np2-title {
  font-size: 36px;
  color: #000;
  margin-bottom: 30px;
}

#np2-introduction p.center {
  text-align: center;
}

#np2-introduction p {
  font-size: 18px;
  color: #777777;
  font-weight: 300;
}

#np2-bundles {
  margin-top: 30px;
  padding-bottom: 50px;
  background: #f4f4f4;
}

#np2-bundles h1,
#np2-pricing h1 {
  font-size: 24px;
  text-align: center;
  font-weight: 600;
  margin: 40px 0 20px;
}

#np2-bundles .bundle-box {
  background: #fff;
  box-shadow: 2.5px 4.33px 10px 0px rgba(2, 2, 2, 0.15);
  min-height: 424px;
  margin-bottom: 20px;
}

#np2-bundles .bundle-box .wrapper {
  padding: 30px;
}

#np2-bundles .bundle-box .header {
  min-height: 70px;
  text-align: center;
}

#np2-bundles .bundle-box.box-left .header {
  background: #28af4a;
}

#np2-bundles .bundle-box.box-right .header {
  background: #74be45;
}

#np2-bundles .bundle-box .header span {
  border-radius: 25px;
  background: #1c7a34;
  color: #fff;
  font-size: 24px;
  padding: 5px 25px;
}

#np2-bundles ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#np2-bundles ul li {
  background-image: url('../images/np2-list-item.png');
  background-repeat: no-repeat;
  background-position: 0px center; 
  padding: 10px;
  padding-left: 30px;
  font-size: 18px;
  font-weight: 300;
}

#np2-pricing {
  background: #e4e2e2;
  font-size: 18px;
  padding-bottom: 50px;
}

#np2-pricing .price-box {
  background: #fff;
  box-shadow: 2.5px 4.33px 10px 0px rgba(2, 2, 2, 0.15);
  margin-bottom: 20px;
}

#np2-pricing .price-box .wrapper {
  padding: 30px 0 30px 30px;
}

#np2-pricing .price-box .header {
  min-height: 70px;
  border-bottom: 1px solid #e5e5e5;
}

#np2-pricing .price-box .header .wrapper {
  padding: 15px 30px;
}

#np2-pricing .price-box .header span {
  font-size: 36px;
  font-weight: 300;
}

#np2-pricing em {
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
}

.np2 footer {
  background: #232323;
  font-color: #656565;
  font-size: 12px;
  text-align: center;
  padding: 30px 0;
}

@media (max-width: 1200px) {
  #np2-pricing .price-box .header span {
    font-size: 28px;
    font-weight: 300;
  }
  #np2-pricing em {
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
  }
}

@media (max-width: 768px) {
  #np2-pricing .price-box .wrapper {
    padding: 30px ;
  }
  #np2-pricing .price-box .col-sm-6:first-child .wrapper {
    padding-bottom: 0;
  }
  #np2-pricing .price-box .col-sm-6:nth-child(2) .wrapper {
    padding-top: 0;
  }
}









