.cmpt_trial_banner {
  border: 1px solid hsl(204, 9%, 89%);
  border-radius: 0.75em;
  box-shadow: rgba(100, 100, 111, 0.2) 0 0.5em 2em 0;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .cmpt_trial_banner {
    width: 75%;
    margin-left: auto;
  }
}
.cmpt_trial_banner__body {
  padding: 0.5em;
}
.cmpt_trial_banner__footer {
  padding: 1em;
  background-color: hsl(180, 11%, 98%);
  border-top: 1px solid hsl(204, 9%, 89%);
  text-align: right;
}

.cmpt_trial_banner_button {
  font-size: 0.875em;
}

.cmpt_trial_banner_body {
  display: flex;
  gap: 1em;
}
@media screen and (max-width: 1199px) {
  .cmpt_trial_banner_body {
    flex-direction: column;
  }
}
.cmpt_trial_banner_body__info {
  flex: 1;
}
.cmpt_trial_banner_body__features {
  flex: 2;
}

.cmpt_trial_banner_body_info {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.cmpt_trial_banner_body_info__text {
  color: var(--pg-color-main);
  font-size: 0.875em;
  padding: 0 0.75em;
}

.cmpt_trial_banner_sticker {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: color-mix(in hsl, var(--pg-color-sticker-accredited), transparent 88%);
  border-radius: 0.5em;
  padding: 0.5em 0.75em;
}
.cmpt_trial_banner_sticker__title {
  color: var(--pg-color-sticker-accredited);
  font-size: 1.875em;
  font-weight: 700;
  border-radius: 0.5em;
  align-items: center;
  font-family: var(--pg-font-family-title-roboto-condenzed);
}
.cmpt_trial_banner_sticker__time {
  opacity: 0.5;
  font-size: 0.875em;
  font-weight: 400;
}

.cmpt_trial_banner_body_features {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cmpt_trial_banner_body_features__doubleitem {
  display: flex;
}
.cmpt_trial_banner_body_features__doubleitem:not(:last-child) {
  border-bottom: 1px solid color-mix(in hsl, var(--pg-color-paragraph), transparent 95%);
}
.cmpt_trial_banner_body_features__item {
  flex: 1;
  padding: 0.5em;
  display: flex;
  gap: 1ex;
}
.cmpt_trial_banner_body_features__item::before {
  content: "\f058";
  font-family: var(--pg-font-family-awesome);
  color: var(--pg-color-secondary);
  font-weight: 700;
}
