.page-banner {
  position: relative;
  padding: 2rem;
  background: #512888;
  background-image: url("/themes/custom/tabez/components/page_banner/bg-purple-leaves.png"), linear-gradient(138deg, #4a327f 0%, #693b6e 100%);
  background-position: bottom right;
  background-repeat: no-repeat;
  font-family: "Noto Sans", sans-serif;
}
@media (min-width: 768px) {
  .page-banner {
    padding: 1rem 2.5rem;
  }
}
.page-banner__title {
  margin-top: 0;
  font-family: "Noto Serif", serif;
}
.page-banner__title:empty {
  display: none;
}
.page-banner__container {
  max-width: 1400px;
  position: relative;
  z-index: 3;
  margin: 0 auto;
  padding: 1rem;
  color: #fff;
  display: flex;
  flex-direction: column-reverse;
  gap: 2rem;
}
.page-banner__cta-container {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.page-banner__cta {
  margin-inline: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}
.page-banner__description {
  font-size: 22pt;
}
.page-banner__description-text {
  font-size: 1.5rem;
  line-height: 1.5;
}
.page-banner__icon {
  max-width: 300px;
}
.page-banner__icon img {
  width: 100%;
  height: auto;
}