#qa .qa__container {
  max-width: 1160px;
  padding-right: 80px;
  padding-left: 80px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 850px) {
  #qa .qa__container {
    max-width: 500px;
    padding-right: 17px;
    padding-left: 17px;
  }
}
#qa .qa-item {
  position: relative;
  border-bottom: 1px solid #b3bfa4;
  padding-top: 32px;
  padding-bottom: 32px;
}
#qa .qa-item.active::before {
  transform: rotate(90deg);
}
#qa .qa-item::before {
  position: absolute;
  top: 38px;
  right: 25px;
  content: "";
  width: 4px;
  height: 24px;
  background-color: #abd467;
  transition: all 350ms;
}
#qa .qa-item::after {
  position: absolute;
  top: 48px;
  right: 15px;
  content: "";
  width: 24px;
  height: 4px;
  background-color: #abd467;
}
#qa .qa-item:last-child {
  border-bottom: none;
}
#qa .qa-item__title {
  position: relative;
  font-weight: bold;
  font-size: 22px;
  color: #006031;
  padding-left: 28px;
  padding-right: 55px;
}
@media only screen and (max-width: 850px) {
  #qa .qa-item__title {
    font-size: 18px;
    padding-right: 51px;
  }
}
#qa .qa-item__title::before {
  position: absolute;
  content: "Q";
  top: 0;
  left: 0;
  font-family: "Rubik", sans-serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.3;
  color: #3ba53d;
}
#qa .qa-item__answer {
  padding-top: 10px;
}
#qa .qa-item__text {
  position: relative;
  padding-left: 28px;
}
#qa .qa-item__text::before {
  position: absolute;
  content: "A";
  top: -6px;
  left: 0;
  font-family: "Rubik", sans-serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.3;
  color: #333333;
}
#qa .qa-item__text a {
  color: #4390df;
  text-decoration: underline;
  text-underline-offset: 0.1em;
}
#qa .qa-item__text a:hover {
  opacity: 0.8;
}
#qa .qa-demand {
  margin-top: 18px;
}
@media only screen and (max-width: 850px) {
  #qa .qa-demand {
    width: 105%;
  }
}
#qa .qa-demand__row {
  display: flex;
  margin-bottom: 4px;
}
@media only screen and (max-width: 850px) {
  #qa .qa-demand__row {
    flex-direction: column;
  }
}
#qa .qa-demand__heading {
  display: flex;
  background: repeating-linear-gradient(-45deg, #3BA53D, #3BA53D 5px, #4EAD4D 5px, #4EAD4D 7px);
  border-radius: 50px 0 0 50px;
  width: 228px;
  gap: 9px;
  align-items: center;
}
@media only screen and (max-width: 850px) {
  #qa .qa-demand__heading {
    width: 100%;
    position: relative;
    z-index: 5;
  }
}
#qa .qa-demand__title {
  font-weight: bold;
  font-size: 14px;
  line-height: 43px;
  color: #f5f5dc;
}
#qa .qa-demand__body {
  background-color: #fff;
  font-weight: 500;
  font-size: 15px;
  line-height: 28.8px;
  flex: 1;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-top: 13px;
  padding-bottom: 13px;
}
@media only screen and (max-width: 850px) {
  #qa .qa-demand__body {
    margin-top: -28px;
    padding-top: 45px;
    padding-bottom: 22px;
    padding-right: 17px;
    padding-left: 22px;
    letter-spacing: 0px;
  }
}/*# sourceMappingURL=qa.css.map */