.section-about {
  width: 100%;
  background: linear-gradient(90deg, #202020, black);
  padding: 40px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-container {
  max-width: 1200px;
  display: flex;
  justify-content: center;
}

.about-content {
  max-width: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.about-title {
  color: #fff;
  font-weight: 200;
  text-transform: uppercase;
  z-index: 2;
  line-height: 1.5;
  padding-bottom: 40px;
}

.about-text {
  color: #fff;
  font-weight: 200;
  line-height: 1.5;
  text-align: center;
  padding: 20px 0;
  letter-spacing: 1.5px;
}

/*# sourceMappingURL=section-about.css.map */
