.faqcointainer {
  background-color: #1d1d1d;
}

.faqcointainer h1 {
  padding: 30px;
  text-align: center;
  color: #ffffff;
}

.fasqmain {
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.faqslist {
  max-width: 600px;
  width: 100%;
  margin-bottom: 20px;
}

.faq-pack {
  border-bottom: 2px solid #f9f4f4;
}

.faq-questions {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background-color: transparent;
  border: none;
  color: #f9f4f4;
  cursor: pointer;
  padding: 18px 2px 18px 5px;
  width: 100%;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.content {
  margin: auto;
  display: none;
  overflow: hidden;
  width: 100%;
}

.content p {
  padding: 10px 2px;
  color: #f9f4f4;
}

@media screen and (max-width: 600px) {
  .faq-questions {
    font-size: 14px;
  }
}

@media (max-width: 550px) {
  .para-adjust1 {
    height: 600px;
  }

  .para-content-info {
    width: 70%;
  }

  .parallax-image {
    background: url('../images/mojitos.jpg') no-repeat center;
    height: 100%;
  }

  .parallax-image {
    transform: translateZ(-600px) scale(4);
    height: 100%;
  }
}