html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

.page-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.content-wrapper {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Arial", sans-serif;
  background-color: #cacad1;
}

.promo-box-link {
  text-decoration: none;
  display: block;
  color: inherit;
}

.promo-box-link:visited,
.promo-box-link:active,
.promo-box-link:hover {
  text-decoration: none;
  color: inherit;
}

.faq-container {
  max-width: 1200px;
  margin: 40px auto;
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.arrow_wrp h1 span {
  color: #2f6c87;
}

.arrow_wrp h1 {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  color: #101828;
}

/* .arrow_wrp h2 {
  color: #101828;
  margin: 0 auto 30px;
  font-family: sans-serif;
  font-size: 36px;
  font-weight: 700;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
} */

.promo-box {
  background-color: #eaf6ff;
  padding: 15px 20px;
  border-radius: 8px;
  color: #0369a1;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  justify-content: center;
}

.faq-item span {
  font-weight: 700;
}

.promo-box span {
  font-size: 18px;
  font-weight: 700;
  color: #2f6c87;
}
.back_arrow {
  cursor: pointer;
}

.back_arrow a {
  text-decoration: none;
  
}

.back_arrow a button {
  background-color: #b3b3b340;
  height: 24px;
  width: 24px;
  padding: 26px;
  border-radius: 60px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
}

.arrow_wrp {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px; /* odstęp między strzałką a tytułem */
  margin-bottom: 30px;
}

.arrow_wrp h1 {
  /* width: 100%; */
  text-align: center;
  /* margin: 0; */
}

footer {
  background-color: #000;
  color: #fff;
  padding: 20px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  margin-top: auto; /* pushes footer down */
}

.faq_content {
  text-align: center;
}

.faq_content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #101828;
}

@media (max-width: 1199px) {
  .arrow_wrp {
    gap: 140px;
  }
  .faq-container {
    max-width: 920px;
  }
}

@media (max-width: 991px) {
  .arrow_wrp {
    gap: 30px;
  }

  .faq-container {
    max-width: 720px;
  }
}

@media (max-width: 775px) {
  .arrow_wrp h1 {
    position: static;
    transform: none;
    text-align: center;
    margin-bottom: 15px;
  }

  .arrow_wrp {
    gap: 0px;
    flex-direction: column;
  }

  .faq-container {
    max-width: 580px;
  }
  .faq_content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #101828;
  }
}

@media (max-width: 600px) {
  .faq-container {
    margin: 20px;
    padding: 15px;
  }

  .faq-item,
  .promo-box {
    font-size: 14px;
    padding: 12px 16px;
  }
}

@media (max-width: 575px) {
  .arrow_wrp h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 31px;
    flex-direction: column;
    display: flex;
    margin-bottom: 0px;
  }
}

@media (max-width: 469px) {
  .arrow_wrp {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .back_arrow a button {
    height: 15px;
    width: 15px;
    padding: 22px;
    font-size: 17px;
  }
  .arrow_wrp h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 31px;
  }

  .promo-box span {
    font-size: 16px;
    font-weight: 700;
    color: #2f6c87;
    text-align: center;
    flex-direction: column;
    display: flex;
    align-items: center;
    gap: 10px;
  }
}
