body {
  margin: 0;
  font-family: "Segoe UI";
  background-image: url("../assets/Teaser_Image_test_04.jpg");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 40% -20%;
}

.faq-heading-container {
  height: 13rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background-color: rgba(0, 0, 0, 0.501);
}

.faq-heading-container h1 {
  font-weight: 500;
  border-bottom: 1px solid white;
  padding: 2rem;
}

.faq-content-container {
  background-color: #607d8b;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.faq-modal {
  background-color: #cfd8dc;
  color: black;
  padding: 1rem;
  border-radius: 10px;
  box-shadow: 1px 1px 5px black;
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
  margin: 2rem .5rem;
  align-items: center;
  align-items: center;
  width: fit-content;
}

ul li {
    margin-bottom: 3rem;
}

ul li h1 {
    font-weight: 500;
    font-size: x-large;
}

ul li p {
  max-width: calc(100vw * 0.6);
}

ul li p a {
  text-decoration: none;
  color: #009688;
}

ul li p a:hover {
  color: #03cab6;
}
