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

.content-container {
  background-image: url(../../images/logo-showcase/our-sponsors-background.jpeg);
}
.content-container .heading {
  font-size: 42px;
  font-weight: bold;
  font-style: normal;
  color: var(--plainclr);
  text-wrap: balance;
  line-height: 1.32;
}
.content-container .image-section {
  padding: 30px;
  height: 150px;
}
.content-container .image-section .brand-image {
  filter: grayscale(1) brightness(10) saturate(100%);
  width: 100px;
}
.content-container .sponsors-section {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}/*# sourceMappingURL=logo-showcaseDesign11.css.map */