.widget.c-faq.c-faq-template-2 .widget-item {
  font-size: 0;
  text-align: center;
  margin-bottom: 60px;
}
.widget.c-faq.c-faq-template-2 .widget-item-name {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  color: #fff;
  cursor: pointer;
  padding: 30px 60px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  -webkit-transition: background-color 0.4s, transform 0.15s;
  -moz-transition: background-color 0.4s, transform 0.15s;
  -ms-transition: background-color 0.4s, transform 0.15s;
  -o-transition: background-color 0.4s, transform 0.15s;
  transition: background-color 0.4s, transform 0.15s;
}
.widget.c-faq.c-faq-template-2 .widget-item-name:active {
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  -ms-transform: translateY(3px);
  -o-transform: translateY(3px);
  transform: translateY(3px);
}
.widget.c-faq.c-faq-template-2 .widget-item-name-icon {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  font-size: 24px;
  line-height: 24px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.widget.c-faq.c-faq-template-2 .widget-item-description {
  display: inline-block;
  margin-top: 30px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  padding: 30px 60px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}
.widget.c-faq.c-faq-template-2 .widget-item-description-wrap {
  display: none;
}
.widget.c-faq.c-faq-template-2 .widget-item[data-expanded=true] .widget-item-name-icon {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.widget.c-faq.c-faq-template-2[data-theme=dark] .widget-item-description {
  color: #fff;
  background-color: #202227;
  border: 1px solid #202227;
}
.widget.c-faq.c-faq-template-2[data-theme=light] .widget-item-description {
  background-color: #fff;
  border: 1px solid #e1e1e1;
}
@media all and (max-width: 720px) {
  .widget.c-faq.c-faq-template-2 .widget-item-name {
    font-size: 14px;
    line-height: 18px;
    padding: 20px 40px;
  }
  .widget.c-faq.c-faq-template-2 .widget-item-name-icon {
    right: 10px;
  }
}

/*# sourceMappingURL=style.css.map */
