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

.content-container {
  padding: 60px 20px;
  background-image: url("../../images/logo-showcase/call-to-action-background.jpeg");
}
.content-container .heading {
  font-size: 32px;
  font-weight: bold;
  font-style: normal;
  color: var(--plainclr);
  text-wrap: balance;
  line-height: 1.32;
}
.content-container .sub-heading {
  font-size: 16px;
  font-style: normal;
  color: var(--plainclr);
  margin-top: 8px;
  text-wrap: balance;
  line-height: 1.4;
}
.content-container .image-section {
  padding: 15px;
  height: 150px;
}
.content-container .image-section .brand-image {
  filter: grayscale(1) brightness(10) saturate(100%);
  width: 100px;
}
.content-container .btn {
  border-color: var(--themeprimaryclr);
  line-height: 1.32;
  color: var(--plainclr);
  font-weight: bold;
  font-size: 18px;
  background-color: var(--themeprimaryclr);
  font-style: normal;
  border-width: 2px;
  border-radius: 40px;
  padding: 10px 25px;
}

.call-to-action-section {
  display: flex;
  align-items: center;
  justify-content: center;
}/*# sourceMappingURL=logo-showcaseDesign12.css.map */