.cmpt_banner_simple_rud {
  position: relative;
  color: hsl(0, 0%, 100%);
  display: flex;
  flex-direction: column;
  padding: 1.5em 2em;
  overflow: hidden;
}
.cmpt_banner_simple_rud__title {
  color: white;
  font-weight: 700;
}
.cmpt_banner_simple_rud__text {
  flex-grow: 1;
}

.cmpt_banner_simple_rud_text {
  font-weight: 400;
  font-size: 0.875em;
  color: white;
  margin: 1em 0 2em 0;
}

.cmpt_banner_simple_rud_link_button {
  position: relative;
  color: white;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-size: 0.8125em;
  padding-right: 1.5em;
  text-decoration: underline;
}
.cmpt_banner_simple_rud_link_button::after {
  content: "\f04b";
  position: absolute;
  font-family: var(--pg-font-family-awesome);
  margin-left: 0.5em;
  font-weight: 800;
  right: 0;
}
