#block-22 .feature-container {
  padding-top: 50px;
  padding-bottom: 40px;
}
#block-22 .feature-container img {
  max-width: 100%;
}
#block-22 h3 {
  padding-top: 15px;
}
#block-22 h1 {
/*  font-size: 30px;*/
  color: #000;
}
#block-22 .txt {
  margin-top: 35px;
  font-weight: 300;
}
#block-22 .getstarted {
  margin-top: 16px;
  font-size: 18px;
}
#block-22 .getstarted a {
  color: #c2383d !important;
  text-decoration: none;
  transition: ease-in-out;
  transition-duration: .3s;
/*  font-size: 18px;*/
}
#block-22 .getstarted a:hover {
  color: #000000 !important;
  text-decoration: none !important;
}
#block-22 .feature-icon {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  font-size: 30px;
  color: #fff;
  text-align: center;
  position: absolute;
}
#block-22 .feature-icon i {
  position: relative;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
#block-22 .red {
  background: #e25858;
  right: 110px;
  top: -40px;
}
#block-22 .green {
  background-color: #6ad993;
  right: 50px;
  top: 35px;
}
#block-22 .blue {
  background-color: #6abbd9;
  left: 110px;
  top: -40px;
}
#block-22 .orange {
  background-color: #c2383d;
  left: 70px;
  top: 45px;
}
#block-22 .pgreen {
  background-color: #98d96a;
  right: 110px;
  top: -40px;
}
#block-22 .yellow {
  background-color: #fccf3c;
  right: 50px;
  top: 35px;
}
