.sd-block-faq {
  background-color: #f4f7f7;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.sd-block-faq .faq-title {
  cursor: pointer;
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  padding: 15px 30px;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.sd-block-faq .faq-inner .faq-content {
  user-select: none;
  padding: 0 30px 15px 30px;
}
.sd-block-faq .icon-container {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #84c44c;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.sd-block-faq .icon-container:before, .sd-block-faq .icon-container:after {
  content: "";
  background-color: #FFF;
  position: absolute;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.sd-block-faq .icon-container:before {
  height: 2px;
  width: 10px;
}
.sd-block-faq .icon-container:after {
  width: 2px;
  height: 10px;
}
.sd-block-faq .faq-inner.opened .icon-container:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.sd-block-faq .faq-inner.opened .icon-container:after {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}

@media screen and (max-width: 1600px) {
  .sd-block-faq .faq-title {
    padding: 12px 25px;
  }
  .sd-block-faq .faq-inner .faq-content {
    padding: 0 25px 12px 25px;
  }
  .sd-block-faq .icon-container {
    width: 25px;
    height: 25px;
    right: 8px;
  }
}
@media screen and (max-width: 1400px) {
  .sd-block-faq .faq-title {
    padding: 11px 22px;
  }
  .sd-block-faq .faq-inner .faq-content {
    padding: 0 22px 11px 22px;
  }
  .sd-block-faq .icon-container {
    width: 22px;
    height: 22px;
    right: 7px;
  }
}

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