.faq {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
.faq .acc-head {
  cursor: pointer;
  padding: 10px 0 10px 20px;
}
.faq .acc-head h4 {
  font-size: 21px;
  font-weight: 400;
  line-height: 28px;
}
.faq .acc-body {
  display: none;
  font-size: 15px;
  padding-left: 15px;
  padding-top: 15px;
  opacity: 0.8;
}

.footer__logo {
  margin: 0 auto 25px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  height: 50px;
  width: auto;
  object-fit: contain;
}
@media (max-width: 576px) {
  .footer__logo {
    height: 30px;
  }
}
.footer__wrap {
  padding: 25px 0;
}
.footer__icon {
  margin-bottom: 25px;
  padding: 10px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 990px) {
  .footer__icon {
    flex-wrap: wrap;
  }
}
.footer__icon img {
  margin: 5px 10px;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 55px;
  object-fit: contain;
}
.footer__text {
  text-align: center;
  font-weight: 400;
  font-size: 14px;
}
.footer__bottom-text {
  line-height: 21px;
  font-weight: 400;
  font-size: 14px;
}
.footer__bottom {
  display: grid;
  grid-template-columns: 100px 1fr 200px;
  grid-gap: 15px;
  align-items: center;
  margin-bottom: 25px;
}
@media (max-width: 990px) {
  .footer__bottom {
    grid-template-columns: 1fr;
  }
}
.footer__bottom img {
  display: flex;
  align-items: center;
  max-width: 100%;
  max-height: 50px;
  height: auto;
  width: auto;
  object-fit: contain;
}
.footer__bottom-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__bottom-box img {
  margin: 0 5px;
  max-width: 100%;
  max-height: 50px;
  height: auto;
  width: auto;
  object-fit: contain;
}

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