header {
  border-radius: 5px;
  width: 100%;
  display: flex;
  justify-content: center;
}

header .content-title {
  width: 100%;
  display: block;
}

header .content-title h1 {
  font-size: 2em;
  color: #1F6947;
  text-align: center;
  font-weight: bold;
}

header .content-title .note {
  font-size: 1em;
  padding: 20px;
  color: #ffffff;
  background: #1F6947;
}

header .content-logo {
  max-width: 200px;
  align-self: flex-end;
}

header .content-logo img {
  width: 100%;
}
