.section-title {
    font-weight: 700;
    font-size: 35px;
    position: relative;
    color: #090a0c;
    margin-bottom: 20px;
    padding-bottom: 20px;
    text-transform: uppercase;
  }
  .section-title::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: #FA8C16;
    width: 50px;
    height: 2px;
  }
  .testimonials {
    padding: 50px 0;
  }
  