.serviceContainer {
  display: flex;
  flex-direction: column;
}

.service {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 60vh;
  background-color: black;
  color: #f6ffc1;
  width: 90vw;
  margin: 1rem 0 0 0;
  padding: 1rem 0 1rem 0;
}

.text,
.icon {
  font-size: 2.5rem;
}

/* -----------------------------contact---------------------------- */

.contactSection {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: solid black 1px;
  padding: 0.5rem 0 0.5rem 0;
  margin-top: 1rem;
}

.contactContainer {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.email {
  font-size: 1.8rem;
  margin: 2rem 0 2rem 0;
}

.socialLinks {
  display: flex;
  flex-direction: row;
  max-width: 100%;
  width: 90%;
  justify-content: space-between;
  padding: 1rem;
  margin: 1rem;
}

.faqContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 0.3rem 0 0.3rem;
}

.faqItem {
  background-color: black;
  color: #f6ffc1;
  padding: 0.3rem;
  margin-top: 0.5rem;
}

.question {
  display: flex;
  flex-direction: row;
}
