.sxa_overview h2 {
  font-size: 2.64rem;
  line-height: 1.48;
  color: #243508;
  margin-bottom: 56px;
  font-family: "roobert_medium";
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .sxa_overview h2 {
    font-size: 2.625rem;
    margin-bottom: 22px;
  }
}
.sxa_overview .title_richtext_faq {
  font-size: 35px;
  line-height: 35px;
  font-weight: 500;
  font-family: "roobert_regular";
}
.sxa_overview .btn-learn-light.btn-plus-icon {
  margin-top: 22px;
}
@media only screen and (min-width: 992px) {
  .sxa_overview .btn-learn-light.btn-plus-icon {
    margin-top: 54px;
  }
}
.sxa_overview .btn-learn-light.btn-plus-icon a {
  min-width: auto !important;
  text-decoration: none;
}
.sxa_overview .btn-learn-light.btn-plus-icon a span {
  padding: 0.8rem 2.5rem 0.8rem 2rem;
  display: flex;
  align-items: center;
}
.sxa_overview .btn-learn-light.btn-plus-icon a span::after {
  padding-bottom: 0;
  content: "+";
  font-size: 4.517rem;
  line-height: 0;
  margin-left: 21px;
}
.sxa_overview .btn-learn-light.btn-plus-icon a::after {
  content: "";
  background: #bff355;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: 0.35s all;
  width: 0;
}
.sxa_overview .btn-learn-light.btn-plus-icon a:hover::after {
  width: 100%;
}
.sxa_overview .btn-learn-light.btn-plus-icon.btn-minus-icon a {
  min-width: auto !important;
  text-decoration: none;
}
.sxa_overview .btn-learn-light.btn-plus-icon.btn-minus-icon a span:after {
  content: "-";
  padding-bottom: 8.25px;
  font-size: 60px;
  font-family: "roobert_regular";
  line-height: 0px;
  margin-top: 6px;
}

.sxa_overview_content p, .sxa_overview_content li {
  font-size: 2.15rem;
  color: #243508;
  font-family: "roobert_regular";
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .sxa_overview_content p, .sxa_overview_content li {
    font-size: 2.25rem;
    font-family: "roobert_regular";
  }
}
.sxa_overview_content ul {
  margin-bottom: 1.875rem !important;
  margin-left: 3.7rem !important;
}
.sxa_overview_content > :last-child {
  margin-bottom: 0 !important;
}
.sxa_overview_content a {
  display: inline-block;
}
.sxa_overview_content .readMoreWrapper {
  display: none;
}

.on-page-editor .sxa_overview .sxa_overview_content .readMoreWrapper {
  display: block !important;
}
.on-page-editor .sxa_overview .btn-learn-light.btn-plus-icon {
  display: none;
}

.sxa_overview .btn-learn-light.btn-plus-icon a::after {
  display: none;
}

.sxa_overview .readMoreWrapper img {
  max-width: 100%;
  height: auto !important;
}