 .features-horizontal__feature-footer {
    border-top: 1px solid #1b222c;
    padding-top: 27px;
}
.feature-footer-yellow {
  border-left: 2px solid #FFCA00;
  padding-left: 15px;
}
.preheader {
  display: flex;
  margin-bottom: 20px;
}

.preheader__text {
  text-transform: uppercase;
  margin-left: 10px;
  margin: auto 0;
  margin-left: 10px;
}

.preheader__icon {
  max-width: 35px;
}

.background_angled:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: skewY(-30deg);
  transform-origin: right;
}

.background_top:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  transform-origin: right;
}

.background--pink:before,
.background--pink:after {
  background: linear-gradient( to top, rgba(244, 247, 251, 0) 0%, rgba(244, 247, 251, 0.2) 54.01%, rgba(224, 60, 192, 0.07) 100%);
}

.background--yellow:before,
.background--yellow:after {
  background: linear-gradient( to top, rgba(244, 247, 251, 0) 0%, rgba(244, 247, 251, 0.2) 54.01%, rgba(254, 202, 46, 0.07) 100%);
}

.background--yellow2:before,
.background--yellow2:after {
  background:linear-gradient(to top,rgba(244,247,251,0) 0%,rgba(244,247,251,0.2) 54.01%,#ffca0042 100%);
}
  
.background--green:before,
.background--green:after {
  background: linear-gradient( to top, rgba(244, 247, 251, 0) 0%, rgba(244, 247, 251, 0.2) 10.01%, rgba(29, 191, 83, 0.07) 100%);
}

.background--gray:before,
.background--gray:after {
  background: linear-gradient( to top, rgba(244, 247, 251, 0) 0%, rgba(244, 247, 251, 0.2) 54.01%, #f4f7fb 100%);
}

.content--pink .preheader__text {
  color: #E03CC0;
}

.content--yellow .preheader__text {
  color: #FFCA00;
}

.content--green .preheader__text {
  color: #15BF53;
}

.btn--content {
  color: #fff;
  padding: 15px 20px;
  border-radius: 4px;
}

.content__author {
  display: flex;
}

.content__author-image {
  height: 64px;
  width: 64px;
}

.content__author-text {
  margin: auto 10px;
}

.content__author-text > p {
  padding: 0;
  margin: 0;
}

.content__author-title {
  color: #B8BCC8;
}

.content__testimonial-heading {
  font-size: 14px;
  margin: 0 0 22px 0;
}

.content__testimonials {
  position: relative;
  margin-top: 50px;
  padding-top: 23px;
}

.content__testimonials:before {
  width: 100%;
  content: "";
  height: 1px;
  background: #1B222C;
  position: absolute;
  max-width: 80%;
  top: 0;
}

.content__logos {
  display: flex;
}

.content__testimonials img {
  margin-right: 25px;
  max-height: 30px;
  max-width: 150px;
}

.content__testimonials img:last-child {
  margin-right: 0;
}

.content__video {
  display: block;
  max-width: 100%;
}

.content__video--mobile {
  display: none;
  max-width: 100%;
}

/***** RESPONSIVE *****/
/* phone */
@media screen and (max-width: 39.9375em) {
  .content__logos {
    flex-direction: column;
  }
  
  .content__testimonials img {
    margin: 10px 0;
    max-width: 100px;
  }
  
  .content__video {
    display: none;
  }

  .content__video--mobile {
    display: block;
  }
