.tcs {
  margin-top: 50px;
  background-image: url(media/blue-bear-background.png);

  background-size: contain;
  background-repeat: repeat;
  background-color: rgba(255, 255, 255, 0.7);
  background-blend-mode: lighten;
}

.tcs h1 {
  font-size: 3rem;
  color: var(--logoBlue);
  margin-bottom: 50px;
  text-align: center;
}

.tcs p {
  width: 87%;
  text-align: center;
  margin: 0 auto 30px auto;
  font-weight: 400;
}
