/* HEADER */

.large-header {
  background-image: url(../images/headers/webP/faq-header.webp);
  background-position: 50% 40%;
  height: 65vh;
  margin-bottom: 0rem;
}

.gradient {
  background-image: linear-gradient(to right, #212529ad, #2125299a, #2125297b, #21252943, #21252900, #21252900);
  height: 100%;
  width: 100%;
}

@media only screen and (max-width: 992px) {
  .gradient {
    background-image: linear-gradient(to right, #212529c9, #2125298d, #21252952, #2125291f);
  }
}

@media only screen and (max-width: 475px) {
  .large-header h1{
    font-size: 3rem;
  }
}
/* SECTION 1 */

.section-1 {
  padding: 2rem 1rem;
}

.section-title {
  font-size: 1.5rem;
  padding: 1.5rem;
  margin: 1.5rem 0rem 0rem 0rem;
  border-radius: 0.5rem;
  text-align: left;
}

/* BOOTSTRAP ACCORDIAN faq's*/

.accordion-item {
  background-color: #f5f5f500;
  border: none;
}

.accordion-header button {
  margin: 0.5rem 0rem 0rem 0rem;
  padding: 1.5rem;
  background-color: var(--dusty-blue);
  align-content: center;
  border: 0.18rem solid var(--bg-grey);
  color: var(--text-light);
  font-size: 1.2rem;
  font-weight: 500;
}

.accordion-header button.accordion-button.collapsed::after {
  filter: brightness(200);
}

.accordion-body {
  overflow: hidden;
  align-content: center;
  background-color: var(--text-light);
  transition: height 1s;
  padding: 1rem 1.5rem;
  margin: 0;
  color: var(--bg-dark);
}

@media only screen and (min-width: 1400px) {
  .accordion-header button {
    font-size: 1.5rem;
  }

  .accordion-body p {
    font-size: 1.3rem;
  }
}

.text-link a{
  color:var(--bg-dark);
  text-underline-offset: .2rem;
}

/* SECTION 2 contact us banner*/

.banner h4 {
  padding: 0rem 2rem;
  font-size: 1.5rem;
}

.banner .option-2 {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
