.b_trust-stats {
  background-color: var(--c-citrine);
  padding: 1.5rem 2rem;
  border-radius: 24px 0 24px 0;
  margin-bottom: 1rem !important;
}

.b_trust-stats .c_trust-row {
  margin-bottom: 0;
}

.c_trust-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem 2.5rem;
  width: 100%;
}

.b_trust-stats .c_trust-stat__number {
  font-weight: 700 !important;
  font-size: 2rem;
  color: var(--c-bahama);
}

.b_trust-stats .c_trust-stat__label {
  font-weight: 500 !important;
  color: var(--c-bahama);
}

.c_trust-title {
  font-weight: 400;
  font-size: 1.75rem;
  margin-bottom: 1.5rem;
  padding-left: 1rem;
}

@media (min-width: 768px) {
  .c_trust-row {
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 2rem;
    padding: 0 1rem;
  }
  
  .c_trust-title {
    font-size: 2.25rem;
    padding-left: 2rem;
  }
}
