body {
  font-family: Arial, sans-serif;
  background: #f9f9f9;
}

.frequent-questions-elton {
  padding: 60px 20px;
  background: #ffffff;
}

.frequent-questions-elton-container {
  max-width: 800px;
  margin: auto;
}

.frequent-questions-elton-title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 30px;
}

.frequent-questions-elton-item {
  border-bottom: 1px solid #ddd;
}

.frequent-questions-elton-question {
  width: 100%;
  background: none;
  border: none;
  padding: 15px;
  text-align: left;
  font-size: 18px;
  cursor: pointer;
}

.frequent-questions-elton-answer {
  display: none;
  padding: 0 15px 15px;
  color: #555;
}
