.logo {
  max-width: 100%;
  width: 200px;
  margin-bottom: 25px;
}

#header-text {
  /* padding-left: 140px; */
}

#header-content h2,
#header-content h1,
#header-content p,
#header-content span {
  color: #fff;
}

.header p {
  font-size: 24px;
}

.span-small {
  font-size: 12px;
}

.bg-before {
  background-color: black;
  background-image: url("/assets/img/background-TOPO.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-bottom: 100px;
}