/* =========================
   TRUSTED BY SECTION
========================= */

.trusted {
  background: #f26430;
  padding: 120px 40px;
}

.trusted-container {
  max-width: 1200px;
  margin: 0 auto;
}

.trusted-title {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 52px;
  line-height: 100%;
  letter-spacing: -1%;
  text-align: center;
  color: #ffd6c8;
  margin-bottom: 50px;
}

.trusted-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  font-family: Century Gothic;
  font-weight: 400;
  font-style: Regular;
  font-size: Text Sizes/Text Regular;
  line-height: 150%;
  letter-spacing: 0%;
}

.trusted-card {
  background: #c15026;
  border-radius: 24px;
  padding: 40px;
  color: #ffffff;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
}

.trusted-quote {
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 24px;
}

.trusted-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 16px;
}

.trusted-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.trusted-author {
  font-family: Raleway, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

/* =========================
   Responsive
========================= */

@media (max-width: 768px) {
  .trusted {
    padding: 80px 24px;
  }

  .trusted-cards {
    grid-template-columns: 1fr;
  }

  .trusted-title {
    font-size: 28px;
    margin-bottom: 48px;
  }
}
