.faq-sections {
  padding: 6rem 2rem 2rem;
  color: #1f2f26;
  box-sizing: border-box;
  text-align: center;
  background-image: url('/static/images/dressingroom.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}

.faq-sections::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(248, 248, 248, 0.37);
    z-index: 0;
  }

  .faq-header {
    margin-bottom: 3rem;
    text-align: center;
    padding: 3rem 1.5rem 1.5rem;
    position: relative;
    z-index: 2;
}

hr.gold-line {
  position: relative;
  z-index: 2;
  border: none;
  height: 1px;
  background-color: #002915;
  width: 80px;
  margin: 2rem auto 3rem;
}

.faq-text {
  color: #1f2f26;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.65;
  max-width: 750px;
  margin: 0 auto 2rem;
  z-index: 2;
}

.faq-content  {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.faq-answer {
  font-size: 1.15rem;
  
}
