.note-wrapper {
}
.note-inner {
  border-radius: 50px;
  box-shadow: 0px 1px 2px 0px rgba(37, 41, 70, 0.15), 0px 4px 10px -10px rgba(26, 45, 82, 0.2);
  background-color: #b2e8e5;
  display: flex;
  padding: 22px 64px 26px 64px;
  justify-content: center;
  align-items: center;
  gap: 24px;
  align-self: stretch;
  font-family: "ff-din-paneuropean", sans-serif;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6; /* 163.636% */
  letter-spacing: -0.5px;
  color: #404040;
}
.note-inner .c-link {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.5px;
  display: inline-block;
  font-family: "ff-din-paneuropean", sans-serif;
  color: var(--Colours-Brand-unilogo-darker, #008079);
}
