section.faq {
  /* background-color: #0062AB; */
  padding-top: 70px;
  padding-bottom: 54px;
  color: #000;
}

#faq-2-dropdown *{
  font-family: 'Titillium-regular';
}
h4.faq__title {
  font-weight: 700;
  font-family: 'Titillium-Bold';
  font-size: 36px;
  text-align: center;
  /* color: #FFFFFF; */
  margin-bottom: 53px;
  line-height: 40px;
}

.faq__coll {
  display: none;
  /* box-shadow: 0px 0px 17px #00000029; */
  /* padding: 29px 148px 27px 38px; */
  /* padding-left: 76px; */
  margin-top: 10px;
}

.faq__row {
  border-bottom: 1px solid rgba(255, 255, 255, 8%);
  margin-bottom: 12px;
  box-shadow: 0px 0px 17px #00000029;
  padding: 19px 30px 19px 38px;
  /* padding-bottom: 30px;    
  margin-bottom: 41px;
      */
}

.faq__row button img {
  min-width: 47px;
  height: 47px;
  background-color: #fff;
  /* border: 1px solid #fff;    background: transparent;    border-radius: 50%; */
  /* margin-right: 30px; */
}

.faq__coll-item .faq-answer {
  padding: 0px 0px 19px;
}

.faq-answer ul li h2 {
  color: #000;
  font-family: 'Titillium-Bold';
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 5px;
}
.faq-answer h2 {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 10px;
}

.faq-answer p,
.faq-answer ul li p {
  color: #000;
  font-family: 'Titillium-regular';
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}

.faq-answer p a {
  color: #0062AB;
}

.faq__coll-item .faq-answer ul {
  margin-left: 20px;
}

.faq__coll-item .faq-answer ul li {
  margin-bottom: 0px;
  list-style: disc;
}

.faq-answer img {
  width: 70%;
  display: block;
  margin: 10px auto;
}

.faq-wrap {
  padding: 0px;
}

h4.faq__coll-title {
  display: flex;
  justify-content: space-between;
  /* box-shadow: 0px 0px 17px #00000029; */
  /* padding: 28px 30px 27px 38px; */
  margin-bottom: 0px;
  padding-bottom: 0px;
  cursor: pointer;
  font-family: 'Titillium-Bold';
  font-size: 20px;
  line-height: 33px;
  font-weight: 700;
  display: flex;
  align-items: center;
}

.minus {
  display: none;
}

h4.faq__coll-title button img {
  background: #fff;
  cursor: pointer;
}




@media (max-width:767px) {
  section.faq {
      padding: 36px 0px 49px;
  }

  .faq-wrap {
      padding: 0px 20px;
  }

  h4.faq__title {
      /* padding: 0px 70px;*/
      font-size: 32px;
      margin-bottom: 27px;
      text-align: left;

  }

  .faq__content .faq__row {
      padding: 16px 14px 16px 20px;
  }

  .faq__content .faq__row h4.faq__coll-title {
      gap: 13px;
      font-size: 16px;
      line-height: normal;
  }

  .faq__row button img {
      min-width: 31px;
      height: 31px;
  }

  .faq__coll-item h4,
  .faq__coll-item p {
      font-size: 16px;
      line-height: 20px;
      /* margin-bottom: 22px; */
  }

  /* .faq__coll-item .faq-answer {
      padding: 0px 40px 12px 0px;
  } */
  .faq-answer img {
      width: 100%;
  }

  .faq-answer h2{
      font-size: 16px;
  }

  .faq__coll-item .faq-answer ul li{
      font-size: 16px;
  }
  .faq__coll-item .faq-answer {
      padding: 0;
  }
}