.features-blue {
  color: #fff;
  background: linear-gradient(135deg, #172a74, #21a9af);
  background-color: #184e8e;
  padding-bottom: 30px;
}

@media (max-width:767px) {
  .features-blue {
    padding-bottom: 10px;
  }
}

.features-blue p {
  color: rgba(255,255,255,0.6);
}

.features-blue h2 {
  font-weight: bold;
  margin-bottom: 40px;
  padding-top: 40px;
  color: inherit;
}

@media (max-width:767px) {
  .features-blue h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 24px;
  }
}

.features-blue .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto 60px;
}

@media (max-width:767px) {
  .features-blue .intro {
    margin-bottom: 40px;
  }
}

.features-blue .item {
  min-height: 100px;
  padding-left: 80px;
  margin-bottom: 40px;
}

@media (max-width:767px) {
  .features-blue .item {
    min-height: 0;
  }
}

.features-blue .item .name {
  font-size: 20px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 20px;
  color: inherit;
}

.features-blue .item .description {
  font-size: 15px;
  margin-bottom: 0;
}

.features-blue .item .icon {
  font-size: 40px;
  color: #010230;
  float: left;
  margin-left: -65px;
}

#oneFinalWord {
  margin-top: 3%;
  margin-bottom: 3%;
  text-align: center;
}

#package_benefits {
  margin-top: 5px;
  margin-bottom: 5px;
}

#getStartedBtn {
  margin-top: 10px;
}

#package-item {
  background-color: #111111;
  border: 10px solid #666666;
  border-top: 10px solid #666666;
  border-bottom: 10px solid #666666;
  border-radius: 15px;
  padding: 10px 2%;
  /*margin-left: 5px;*/
  /*margin-right: 5px;*/
}

#package-item:hover {
  background-color: #222222;
  cursor: pointer;
}

.pack-title {
  margin-top: 20px;
}

#page_header {
  /*background-image: url(../img/page-header-background.jpg);*/
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  height: 300px;
  position: relative;
  z-index: 1;
}

