.update-note {
  margin-bottom: 46px;
  display: flex;
  width: 100%;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  border-radius: 12px;
  border: 1px solid var(--Epoch-Website-Gray-300, #CCD8D9);
  background: var(--Epoch-Website-Gray-50, #F2FAF9); }
  .update-note .note-header {
    color: var(--Epoch-Website-Gray-900, #07171A);
    font-size: 18px;
    font-weight: 600;
    line-height: 160%;
    /* 28.8px */
    letter-spacing: 0.09px;
    margin-bottom: 0; }
  .update-note .note-content > :last-child {
    margin-bottom: 0; }
