:root {
  --primari-color: #027aeb;
  --primari-secend-color: #729304;
  --primari-gray-color: #b3b3b3;
  --primari-black-color: #424242;
}

#faq .faq_top {
  width: 100%;
  height: 40vh;
  background: gold;
  color: white;
  display: grid;
  place-content: center;
  text-align: center;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.7176470588), rgba(0, 0, 0, 0.4392156863)), url(./img/faq.jpg);
  background-size: 100%;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}
#faq .faq_top h1 {
  font-size: 3vw;
  text-transform: capitalize;
  font-family: "PT Serif", serif;
}
#faq .faq_top p {
  line-height: 200%;
  font-weight: 600;
  color: rgb(226, 226, 226);
  letter-spacing: 1px;
  text-transform: capitalize;
  font-size: 1vw;
  letter-spacing: 3px;
  font-weight: 300;
}
#faq .faq_top img {
  width: 50px;
  margin: auto;
}
#faq .faq_bottom {
  width: 100%;
}
#faq .faq_bottom .services_heading,
#faq .faq_bottom span {
  text-align: center;
  text-transform: capitalize;
  font-size: 45rem;
  font-weight: 500;
  padding: 50px 0;
  color: #003261;
}
#faq .faq_bottom .services_heading span,
#faq .faq_bottom span span {
  color: var(--primari-color);
}
#faq .faq_bottom .faq_content {
  margin: 30px auto;
  width: 80%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#faq .faq_bottom .faq_content .item {
  width: 100%;
  margin-bottom: 30px;
  padding: 70px 10px;
  flex-wrap: wrap;
  letter-spacing: 1px;
}
#faq .faq_bottom .faq_content .item h1 {
  text-transform: uppercase;
  font-size: 20rem;
  font-weight: 700;
  color: rgba(1, 58, 112, 0.8901960784);
  padding: 10px 0;
}
#faq .faq_bottom .faq_content .item p {
  padding: 10px 0;
  line-height: 200%;
}

@media (max-width: 768px) {
  #faq .faq_top {
    background-position: 40% center;
  }
  #faq .faq_top h1 {
    font-size: 8vw;
  }
  #faq .faq_bottom {
    width: 100%;
  }
  #faq .faq_bottom .faq_content {
    margin: 0px auto;
    width: 100%;
    flex-wrap: wrap;
  }
  #faq .faq_bottom .faq_content .item {
    width: 95%;
    margin: auto;
    margin-bottom: 20px;
    padding: 10px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  #faq .faq_bottom .faq_content .item h1 {
    font-size: 22rem;
    padding: 10px 0;
  }
}/*# sourceMappingURL=faq.css.map */