.notes{
  display: flex;
  align-items: center;
  border: 1px solid #F74363;
  border-radius: 0.4rem;
  padding: 1.6rem 2rem;
  color: var(--blue);
  font-weight: 500;
}
.notes.hide{
  display: none;
}
.notes-icon{
  width: 3.2rem;
  height: 3.2rem;
  margin-right: 1.2rem;
}