.content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.title {
  color: #000000ff;
  font-size: 40px;
  font-weight: 600;
  font-family: 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
  line-height: 120%;
  text-align: center;
}

.subject {
  color: #000000ff;
  font-size: 20px;
  font-family: 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
  line-height: 150%;
}

.spacer {
  height: 40px;
}

.cbc-logo {
  width: 600px;
  height: 200px;
}

.cbc-pic {
  width: 100%;
  height: 66.2%;
}
