/* ==========================================================================
   heading
   ========================================================================== */
.faq-heading2 {
  display: flex;
  align-items: center;
  border-radius: 10px;
  padding: 0.5em 0.7em;
  margin-top: 34px;
  font-weight: 600;
  background-color: #f9f9f9;
  color: #333333;
  font-size: 1.4em;
}
.faq-heading2::before {
  display: inline-block;
  width: 6px;
  height: 1.5em;
  margin-right: 0.5em;
  background-color: #0068b6;
  content: "";
}

.faq-heading3 {
  display: flex;
  align-items: center;
  column-gap: 8px;
  font-weight: 600;
  background-color: #ffffff;
  color: #333333;
}
.faq-heading3::before {
  width: 0.8em;
  height: 0.4em;
  margin-left: 0.4em;
  border-bottom: 4px solid #0068b6;
  border-left: 4px solid #0068b6;
  transform: rotate(-45deg) translate(2px, -2px);
  content: "";
}

.faq-heading4 {
  padding: 0 0.4em 0.2em;
  margin-top: 30px;
  border-bottom: 0.8px solid #d9d9d9;
  background-color: #ffffff;
  color: #333333;
}

h3 {
  background: initial;
  padding: initial;
  line-height: initial;
}

@media screen and (max-width: 767px) {
  .faq-heading2 {
    margin-top: 24px;
    font-size: 1.2em;
  }
  .faq-heading4 {
    margin-top: 20px;
  }
}

/* ==========================================================================
   CTA
   ========================================================================== */
.faq-button1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 450px;
  margin: 50px auto 50px auto;
  padding: 0.9em 2em;
  border: none;
  border-radius: 25px;
  background-image: linear-gradient(0deg, #0068b6 0%, #0068b680 100%);
  color: #fff;
  cursor: pointer;
  font-weight: 600;
  font-size: 1.2em;
}

.faq-button1::after {
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  margin-left: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
}

@media screen and (max-width: 767px) {
  .faq-button1 {
    width: 100%;
    max-width: 450px;
    margin: 30px auto;
    font-size: 1.1em;
    box-sizing: border-box;
  }
}
