.testimonials-section {
  background: url("../assets/bg-money.png");
  background-size: cover;
  background-color: var(--white);

  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonials-content {
  display: flex;
  flex-direction: column;

  padding: 10rem 2rem;

  align-items: center;
  justify-content: center;

  gap: 3rem;
}

.testimonials-title {
  color: var(--text, #0a0a0a);
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.06rem;
}

.list-testimonials {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}

.card2,
.card3 {
  grid-row: span 2;
}

.card-t {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;

  max-width: 476px;
  height: fit-content;
  justify-content: start;
  align-items: start;

  padding: 1rem;

  border-radius: 1rem;
  background: rgba(165, 135, 44, 0.3);
  box-shadow: -1px 1px 4px 0px rgba(0, 0, 0, 0.25),
    0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.img-depo {
  width: 100%;
  border-radius: 0.9rem;
}

.header-card {
  display: flex;
  flex-direction: row;

  gap: 1rem;
}

.header-card img {
  width: 100px;
  height: 100px;
  border-radius: 100%;
}

.header-cart-text {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;

  align-items: start;
  justify-content: center;
}

.header-cart-text h1 {
  color: #414141;
  font-size: 1.4rem;
  font-weight: 600;
}
.header-cart-text h2 {
  color: #414141;
  font-size: 1.2rem;
  font-weight: 400;
}
.header-cart-text h3 {
  color: #414141;
  font-size: 1rem;
  font-weight: 400;
}

.paragraph-card {
  color: #414141;
  font-size: 1rem;
  font-style: italic;
  font-weight: 300;
}

@media (max-width: 900px) {
  .list-testimonials {
    display: flex;
    flex-direction: column;
  }
}
