.acte .ct-header > .ct-features-heading {
  background-image: linear-gradient(to right, #1e1357 0%, #1e1357 83%, #1e1357 100%);
}
@media screen and (max-width: 375px) {
  .acte .ct-header > .ct-features-heading {
    background-color: rgba(41, 33, 20, 0) !important;
    background-image: linear-gradient(to right, #1e1357, #1e1357 100%);
  }
}
