.testimonial-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }

  .testimonial-container2 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
  }

  .testimonial {
    width: calc(50% - 10px);
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-right: 10px;
  }

  .testimonial .avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto 15px;
  }

  .testimonial .name {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #666;
  }

  .testimonial .job {
    color: #666;
    margin-bottom: 10px;
  }

  .testimonial .content1,
  .testimonial .content {
    color: #333;
    line-height: 1.6;
  }

  .testimonial .rating {
    color: #FFD700;
  }

  .testimonial button {
    width: 95%;
    margin-top: 10px;
  }

  .avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto 15px;
  }