.faq-header {
  position: relative; }
  .faq-header .index-banner {
    background-size: cover;
    height: 50vh;
    background-position: 0% 70%; }
    @media screen and (max-width: 920px) {
      .faq-header .index-banner {
        height: 50vh; } }
    .faq-header .index-banner .index-title {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      text-align: center; }
      .faq-header .index-banner .index-title h1 {
        color: white; }
        @media screen and (max-width: 920px) {
          .faq-header .index-banner .index-title h1 {
            font-size: 24px; } }
      @media screen and (max-width: 920px) {
        .faq-header .index-banner .index-title {
          padding: 0 20px;
          left: 0;
          top: 50%;
          transform: translateY(-50%); } }
      .faq-header .index-banner .index-title .entry-search {
        position: relative; }
        .faq-header .index-banner .index-title .entry-search input {
          width: 100%;
          height: 60px;
          padding: 0 150px 0 50px;
          border-radius: 5px;
          border: none;
          color: #848493;
          font-size: 20px;
          font-weight: bold; }
          @media screen and (max-width: 920px) {
            .faq-header .index-banner .index-title .entry-search input {
              padding: 0 0px 0 40px; } }
        .faq-header .index-banner .index-title .entry-search img {
          position: absolute;
          left: 10px;
          transform: translateY(60%);
          right: -50%; }
        .faq-header .index-banner .index-title .entry-search .button-primary {
          position: absolute;
          transform: translateY(-50%);
          top: 50%;
          right: 10px;
          border-radius: 5px; }
          @media screen and (max-width: 920px) {
            .faq-header .index-banner .index-title .entry-search .button-primary {
              top: 80px;
              width: 100%;
              right: 0;
              margin-top: 10px;
              border-radius: 5px;
              text-align: center; } }
