    .faq-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px;
}

.faq-item {
  margin-bottom: 30px;
  margin-left: -175px;

}

.question {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.answer {
  font-size: 18px;
  line-height: 1.5;
}
h2 {
			font-size: 28px;
			font-weight: #9c8b8b ;
			margin-bottom: 10px;
		}

		p {
			margin-bottom: 20px;
		}

		ul {
			margin-bottom: 20px;
		}

		li {
			margin-bottom: 10px;
		}

		li span {
			font-weight: bold;
		}
