.faq-item {
  border: 1px solid #137cbf;
  margin-bottom: 10px;
}
.faq-item .faq-title {
  padding: 16px 40px 16px 20px;
  background-color: #137cbf;
  margin: 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
  cursor: pointer;
  position: relative;
}
.faq-item .faq-title:after {
  position: absolute;
  content: '';
  top: calc(50%);
  right: 5px;
  background-image: url("../images/icons/more.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  transform: translateY(-50%);
  transition: all 0.3s;
  width: 34px;
  height: 34px;
}
.faq-item .faq-title.active:after {
  transform: translateY(-50%) rotate(-45deg);
}
.faq-item .faq-title-2 {
  padding: 16px 40px 16px 20px;
  background-color: #137cbf;
  margin: 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
  cursor: pointer;
  position: relative;
}
.faq-item .faq-title-2:after {
  position: absolute;
  content: "\f067";
  top: calc(50%);
  right: 5px;
  font-size: 26px;
  font-family: "Font Awesome 5 Free";
  transform: translateY(-50%);
  transition: all 0.3s;
  width: 34px;
  height: 34px;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq-item .faq-title-2.active {
  color: #137cbf;
}
.faq-item .faq-title-2.active:after {
  content: "\f068";
}
.faq-item .faq-content {
  padding: 15px 20px;
  display: none;
}

/*# sourceMappingURL=style.css.map */
