 
  .trusted {
    width: 80%;
    margin: 0 auto;
  }
  
  .trusted-row {
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: hidden;
    align-items: center;
  }
  
  .trusted-row img {
    width: 200px;
    margin: 20px;
  }
  
  @media (max-width: 1000px) {
    .trusted {
      width: 100%;
    }
    .trusted-row img {
      width: 100px;
      margin: 20px;
    }
    .section-subtitle {
      width: 100%;
    }
  }

  /* review card */


  .card-title {
    color: #db0075;
}
.card-text {
    color: #17E6E6;
}
.list-inline-item {
    color: #ffd700
}
.price {
    color: #d92644;
}
.btn-pink {
    background-color: #fcb2b2 !important;
}
   