:root {
  --themeprimaryclr: #ff7000;
  --themesecondaryclr: #696969;
  --darkclr: #000;
  --plainclr: #fff;
  --lightbg: #f8f8f8;
  --themehoverclr: #ff8426;
}

.trust-index-section {
  display: flex;
  align-items: center;
  justify-content: center;
}
.trust-index-section .sub-heading {
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  color: var(--darkclr);
  text-wrap: balance;
  line-height: 1.32;
}
.trust-index-section .image-section {
  padding: 30px;
  height: 150px;
}
.trust-index-section .image-section .brand-image {
  filter: grayscale(1);
  width: 100px;
}/*# sourceMappingURL=logo-showcaseDesign10.css.map */