.acm-features-break.style-3 {
  background: #49c5b6;
}
.acm-features-break.style-3 .row {
  position: relative;
  margin-left: 0;
  margin-right: 0;
}
.acm-features-break.style-3 .row > div {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 991px) {
  .acm-features-break.style-3 .row > div {
    width: 100%;
  }
}
.acm-features-break.style-3 .features-image img {
  width: 100%;
}
@media (min-width: 992px) {
  .acm-features-break.style-3 .features-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
  }
  .acm-features-break.style-3 .features-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    max-width: none;
  }
}
.acm-features-break.style-3 .features-content {
  padding: 128px 0 128px 192px;
  position: relative;
  max-width: 560px;
}
@media (max-width: 1199px) {
  .acm-features-break.style-3 .features-content {
    padding: 64px 0 64px 96px;
    max-width: 470px;
  }
}
@media (max-width: 991px) {
  .acm-features-break.style-3 .features-content {
    max-width: 720px;
    padding-left: 0;
    padding-right: 0;
    margin: auto;
    float: none;
  }
}
@media (max-width: 767px) {
  .acm-features-break.style-3 .features-content {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.acm-features-break.style-3 .features-content h2 {
  color: #ffffff;
  margin-bottom: 32px;
}
.acm-features-break.style-3 .features-content p {
  color: #ffffff;
  display: block;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.acm-features-break.style-3 .content-left .features-image {
  left: auto;
  right: 0;
}
.acm-features-break.style-3 .content-left .features-content {
  padding: 128px 192px 128px 0;
  float: right;
}
@media (max-width: 1199px) {
  .acm-features-break.style-3 .content-left .features-content {
    padding: 64px 96px 64px 0;
  }
}
@media (max-width: 991px) {
  .acm-features-break.style-3 .content-left .features-content {
    float: none;
  }
}
@media (max-width: 767px) {
  .acm-features-break.style-3 .content-left .features-content {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.acm-features-break.style-3 .features-action {
  display: block;
  margin-top: 48px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .acm-features-break.style-3 .features-action {
    margin-top: 32px;
    margin-bottom: 0;
  }
}
.acm-features-break.style-3 .features-action a {
  border-bottom: 2px solid transparent;
  color: #aa8844;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.acm-features-break.style-3 .features-action a span {
  margin-left: 6px;
}
.acm-features-break.style-3 .features-action a:hover,
.acm-features-break.style-3 .features-action a:focus,
.acm-features-break.style-3 .features-action a:active {
  color: #ffffff;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}