.nav-get-started .btn {
  padding-right: 20px;
}
.nav-get-started .btn i.bi {
  transition: all 0.2s;
  transform: translateX(0px);
}
.nav-get-started .btn:hover i.bi {
  transform: translateX(5px);
}
.subscription-form {
  margin-top: 50px;
  width: 200px;
  margin: 0 auto;
}

#faq-contents .accordion-button {
  font-size: 1.6rem;
}
#faq-contents .accordion-button b {
  min-width: 80px;
}
#faq-contents .accordion-body {
  color: rgba(0, 0, 0, 0.75);
  background-color: #f3f6ff;
}
