body {
  font-family: "Comfortaa", sans-serif;
}

.title_background {
  padding-top: 200px;
  text-align: center;
}

.title_background .container p {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}

.text_background {
  background-color: #0d0d0d;
  padding: 40px 20px;
}

.text_background .container {
  max-width: 800px;
  margin: 0 auto;
}

.text_background .container .text {
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
  text-align: justify;
}
