.acm-features.style-1 .features-content .features-item {
  padding-right: 48px;
}
@media (max-width: 767px) {
  .acm-features.style-1 .features-content .features-item {
    padding-right: 24px;
  }
}
@media (max-width: 1199px) {
  .acm-features.style-1 .features-content .features-item h2 {
    font-size: 24px;
  }
}
@media (min-width: 1392px) {
  .acm-features.style-1 .features-content .features-image {
    margin-right: -144px;
  }
}
@media (max-width: 991px) {
  .acm-features.style-1 .features-content .features-image {
    margin-bottom: 48px;
  }
}
.acm-features.style-1 .features-content h2 a {
  color: #333333;
}
.acm-features.style-1 .features-content h2 a:hover,
.acm-features.style-1 .features-content h2 a:focus,
.acm-features.style-1 .features-content h2 a:active {
  color: #eb4c49;
}
.acm-features.style-1 .features-content .btn {
  margin-top: 24px;
}
.acm-features.style-2 .row {
  margin-top: -24px;
  margin-bottom: -24px;
}
.acm-features.style-2 .row > div {
  padding-bottom: 24px;
  padding-top: 24px;
}
.acm-features.style-2 .font-icon {
  margin-bottom: 24px;
}
.acm-features.style-2 .font-icon span {
  color: #eb4c49;
  font-size: 40px;
}
.acm-features.style-2 .img-icon {
  margin-bottom: 24px;
}
.acm-features.style-2 .action {
  background: #ffffff;
  border-radius: 50%;
  color: #f9f9f9;
  display: inline-block;
  text-align: center;
  line-height: 32px;
  margin-top: 24px;
  font-size: 11px;
  height: 32px;
  width: 32px;
}
@media (max-width: 767px) {
  .acm-features.style-2 .action {
    margin-top: 0;
  }
}
.acm-features.style-2 .action:hover,
.acm-features.style-2 .action:focus,
.acm-features.style-2 .action:active {
  background: #eb4c49;
}
.full-width .acm-features.style-3 {
  margin-left: -48px;
  margin-right: -48px;
}
.full-width .acm-features.style-3 .owl-slide {
  padding-left: 144px;
}
@media (min-width: 1392px) {
  .full-width .acm-features.style-3 .owl-slide.container {
    padding-right: 0;
    width: 100%;
  }
}
@media (max-width: 1391px) {
  .full-width .acm-features.style-3 .owl-slide {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.full-width .acm-features.style-3 .owl-slide .owl-carousel {
  padding-right: 144px;
  overflow: hidden;
}
@media (max-width: 1391px) {
  .full-width .acm-features.style-3 .owl-slide .owl-carousel {
    padding-right: 0;
  }
}
.full-width .acm-features.style-3 .owl-slide .owl-carousel .owl-stage-outer {
  overflow: visible;
}
.acm-features.style-3 .owl-slide {
  position: relative;
  z-index: 4;
}
.acm-features.style-3 .owl-carousel {
  padding-top: 96px;
  margin-top: -96px;
  position: relative;
}
.acm-features.style-3 .owl-carousel .owl-nav {
  top: 0;
  margin-bottom: 48px;
  position: absolute;
  right: 288px;
  z-index: 2;
}
@media (max-width: 1391px) {
  .acm-features.style-3 .owl-carousel .owl-nav {
    right: 0;
  }
}
@media (max-width: 767px) {
  .acm-features.style-3 .owl-carousel .owl-nav {
    display: none;
  }
}
.acm-features.style-3 .owl-carousel .owl-nav > div {
  border: 2px solid #ffffff;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  line-height: 44px;
  margin-left: 12px;
  height: 48px;
  width: 48px;
}
.acm-features.style-3 .owl-carousel .owl-nav > div:hover {
  background: #5cbb4d;
  border-color: #5cbb4d;
  color: #f9f9f9;
}
.acm-features.style-3 .owl-carousel .owl-dots {
  display: block;
  text-align: center;
  margin-top: 48px;
}
.acm-features.style-3 .owl-carousel .owl-dots > div {
  background: #ffffff;
  display: inline-block;
  margin: 0 8px;
  height: 8px;
  width: 8px;
}
.acm-features.style-3 .owl-carousel .owl-dots > div.active {
  background: #5cbb4d;
}
.acm-features.style-3 .features-text {
  background: #ffffff;
  padding: 48px 24px;
  text-align: center;
  -webkit-transition: 500ms all;
  -o-transition: 500ms all;
  transition: 500ms all;
}
.acm-features.style-3 .features-text h4 {
  margin-top: 0;
}
.acm-features.style-3 .features-text p {
  color: #888888;
  font-size: 11px;
  font-family: 'IBM Plex Sans Condensed', sans-serif;
  margin-bottom: 0;
  text-transform: uppercase;
}
.acm-features.style-3 a:hover,
.acm-features.style-3 a:focus,
.acm-features.style-3 a:active {
  text-decoration: none;
}
.acm-features.style-3 .features-item:hover .features-text {
  background: #333333;
}
.acm-features.style-3 .features-item:hover h4 {
  color: #eb4c49;
}