.acm-features .font-icon {
  color: #ffd733;
  font-size: 55px;
  margin-bottom: 28px;
  line-height: 1;
}
.acm-features .img-icon {
  display: block;
  margin-bottom: 42px;
}
.acm-features .img-icon > img {
  max-width: 100%;
}
.acm-features .features-description {
  font-weight: 400;
  color: #222222;
  font-size: 24px;
  margin: 0 0 84px 0;
}
@media screen and (min-width: 768px) {
  .acm-features .features-description {
    width: 65%;
  }
}
.acm-features h3 {
  color: #333333;
  margin: 0 0 14px;
  font-size: 18px;
  font-weight: 700;
}
.acm-features h4 {
  color: #333333;
}
.acm-features.style-dark h3,
.acm-features.style-dark h4 {
  color: #ffffff;
}
.acm-features.style-dark p,
.acm-features.style-dark .description,
.acm-features.style-dark .lead {
  color: #eeeeee;
  color: rgba(225, 225, 225, 0.5);
}
.acm-features.style-dark .features-description {
  color: #ffffff;
}
.acm-features.style-1 {
  text-align: center;
}
.acm-features.style-1 .section-intro {
  color: #3e3e3e;
  font-size: 35px;
  font-weight: 300;
  text-align: center;
  line-height: normal;
  max-width: 945px;
  margin: 0 auto;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.acm-features.style-1 .features-description {
  margin: 0 auto 84px;
  text-align: center;
}
.acm-features.style-1 .feature-image {
  margin-top: 35px;
  margin-bottom: 45px;
  display: inline-block;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .acm-features.style-1 .feature-image {
    width: 100%;
  }
}
.acm-features.style-1 .features-item {
  float: none;
  color: #707070;
  text-align: center;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .acm-features.style-1 .features-item {
    width: 550px;
    margin: 0 auto;
  }
}
.acm-features.style-1 .features-item .font-icon {
  float: right;
  font-size: 120px;
  margin-left: 42px;
  width: 128px;
  height: 128px;
}
.acm-features.style-1 .features-item .img-icon {
  float: right;
  margin-left: 42px;
  max-width: 130px;
}
.acm-features.style-1 .features-item.odd .font-icon,
.acm-features.style-1 .features-item.odd .img-icon {
  float: left;
  margin-right: 42px;
  margin-left: 0;
}

.feature-absolute {
  position: relative;
}
.feature-absolute .absolute-wrap {
  position: absolute;
  width: 100%;
  z-index: 10;
  top: 35%;
}
@media screen and (max-width: 991px) {
  .feature-absolute .absolute-wrap {
    position: relative;
    top: auto;
    width: auto;
  }
}
.feature-absolute .absolute-wrap .absolute-title {
  background: #ffffff;
  padding: 20px;
  border: 1px solid #eeeeee;
  max-width: 250px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 991px) {
  .feature-absolute .absolute-wrap .absolute-title {
    border: 0;
    max-width: none;
  }
}
.feature-absolute .absolute-wrap .absolute-title .inner {
  background: #ffffff;
  padding: 65px 8px;
  border: 1px solid #eeeeee;
}
@media screen and (max-width: 991px) {
  .feature-absolute .absolute-wrap .absolute-title .inner {
    border: 0;
    padding: 0;
  }
}
.feature-absolute .absolute-wrap .absolute-title .inner .main-title h2 {
  font-weight: 700;
  display: block;
  text-transform: uppercase;
  margin: 0;
}
.feature-absolute .absolute-wrap .absolute-title .inner .main-title h2 span {
  display: block;
  font-size: 22px;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
}
.feature-absolute .workflow-ct {
  margin: 0 auto;
  max-width: 390px;
  padding: 80px 0;
}
.feature-absolute .post-content {
  color: #707070;
  margin-left: 80px;
  line-height: 32px;
  margin-top: 10px;
}
.feature-absolute .workflow-title .icon {
  float: left;
  margin-right: 30px;
}
.feature-absolute .workflow-title .main-title:before,
.feature-absolute .workflow-title .main-title:after {
  display: table;
  content: " ";
}
.feature-absolute .workflow-title .main-title:after {
  clear: both;
}
.feature-absolute .workflow-title .main-title h2 {
  margin: 0;
  padding-bottom: 20px;
  position: relative;
  text-transform: uppercase;
}
.feature-absolute .workflow-title .main-title h2:after {
  left: 80px;
  bottom: 0;
  right: 0;
  content: "";
  height: 1px;
  background: #000000;
  position: absolute;
}
.feature-absolute .workflow-title .main-title span {
  display: block;
  font-size: 22px;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
}
.feature-absolute .feature-item {
  border: 1px solid #e0e5ea;
}
.feature-absolute .feature-item:first-child,
.feature-absolute .feature-item:last-child {
  background: #ffd733;
  border-color: #ffd733;
}