.tcs {
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
  background-image: url(media/squirrel-acorn-background2.png);
  background-size: cover;
  background-blend-mode: lighten;
}

.tcs h1 {
  font-size: 3rem;
  color: var(--mainText);
  margin-bottom: 30px;
}

.tcs p {
  width: 90%;
  margin: 30px auto;
  font-size: 0.9rem;
}
