.athome-faq {
  margin-bottom: 40px;
}

.faq-item {
  margin-top: 20px;
  background: #F1F0F6;
  padding: 20px 20px 30px;
  position: relative;
  border-radius: 15px;
}
.faq-item__question {
  font-weight: bold;
  font-size: 18px;
  padding-right: 40px;
  margin-bottom: 10px;
}
@media screen and (min-width: 960px) {
  .faq-item__question {
    font-size: 26px;
  }
}
.faq-item .toggler {
  position: absolute;
  right: 20px;
  top: 20px;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}
.faq-item .toggler g {
  stroke: #000;
}
.faq-item .toggler:hover {
  background: #3E1B78;
}
.faq-item .toggler:hover g {
  stroke: #fff;
}

/*# sourceMappingURL=athome-faq.css.map */
