

/* Sekcja 17  Typ sekcji FAQ Widok FAQ */

#section17 {
.pytanie, .odpowiedz {
  padding-left: 2rem !important
}

.weight800 {
  font-weight: 700 !important;
}

.pytanie {
 padding-top: 25px !important;
  padding-bottom: 25px !important;
}

li.faq:nth-of-type(odd) .pytanie{
  background-color: #2ea7cb;
  &::after {
    color: #185fa6;
  }
}

li.faq:nth-of-type(even) .pytanie {
  background-color: #185fa6;
  &::after {
    color: #2ea7cb;
  }
}

.odpowiedz {
  font-weight: 700 !important;
  /* padding-top: 50px !important; */
}

.pytanie::after {
  content: "\f0d7";
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10%;
  font-weight: 800;
  transition: 0.3s;
  font-size: 2rem;
}

.pytanie.weight800::after {
  transform: translateY(-50%) rotate(180deg);
  color: white !important;
}
}
