/* Figma callout above the leadership audience selector. */
.setu-cheque-section .cheque-eyebrow-wrap {
  align-items: flex-end;
  gap: 8px;
  margin: 0 auto 12px;
  width: max-content;
  max-width: 100%;
}

.setu-cheque-section .cheque-owl {
  width: 63px;
  height: 70px;
  object-fit: contain;
}

.setu-cheque-section .cheque-eyebrow {
  position: relative;
  max-width: 286px;
  padding: 10px 15px;
  border-radius: 16px;
  background: #fff;
  color: #000;
  font: 400 16px/24px "Inter", "Plus Jakarta Sans", sans-serif;
  text-align: left;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .04);
}

.setu-cheque-section .cheque-eyebrow::before,
.setu-cheque-section .cheque-eyebrow::after {
  position: absolute;
  content: "";
  background: #fff;
  border-radius: 50%;
}

.setu-cheque-section .cheque-eyebrow::before {
  width: 13px;
  height: 13px;
  bottom: -4px;
  left: 1px;
}

.setu-cheque-section .cheque-eyebrow::after {
  width: 7px;
  height: 7px;
  bottom: -10px;
  left: -1px;
}

@media (max-width: 560px) {
  .setu-cheque-section .cheque-eyebrow-wrap {
    align-items: center;
    width: 100%;
  }

  .setu-cheque-section .cheque-owl {
    width: 48px;
    height: 54px;
  }

  .setu-cheque-section .cheque-eyebrow {
    font-size: 14px;
    line-height: 20px;
  }
}
