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

.heading {
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  color: var(--darkclr);
  text-wrap: balance;
  line-height: 1.32;
}

.sub-heading {
  font-size: 16px;
  font-style: normal;
  color: var(--darkclr);
  margin-top: 8px;
  text-wrap: balance;
  line-height: 1.4;
}

.image-section {
  background-color: var(--lightbg);
  padding: 30px;
  height: 150px;
  border: 3px solid var(--plainclr);
}

.brand-image {
  width: 70px;
  filter: invert(30%) sepia(91%) saturate(7100%) hue-rotate(234deg) brightness(101%) contrast(105%);
}
.brand-image img {
  filter: grayscale(1) brightness(0) saturate(100%);
}

.partner-section {
  padding: 0 2rem;
}/*# sourceMappingURL=logo-showcaseDesign6.css.map */