
.about {
  width: 100%;
  height: 100vh;
  background-image: -webkit-linear-gradient(
      rgba(197, 188, 188, 0) 0%,
      rgba(0, 0, 0, 1) 100%
    ),
    url(/static/lagediapp/images/wood.jpg);
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-items: center;
  color: #fff;
  font-family: "Urbanist Thin";
  font-size: clamp(1rem, 5vw, 2rem);
}

.about span {
  font-family: "Urbanist Medium";
}

.title-about h2 {
  font-family: "Urbanist Thin";
  font-size: clamp(1rem, 5vw, 2.5rem);
  padding-top: 80px;
}