.econtainer {
  max-width: 840px;
  margin: 0 auto;
  padding-top: 105px;
}
.econtainer .esection h2 {
  font-size: 48px;
}
.econtainer .esection h3 {
  font-size: 32px;
  font-weight: 400;
  line-height: 160%;
  color: #222;
  position: relative;
  display: inline-block;
}
.econtainer .esection h3::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #ec158b;
  display: block;
  margin-top: 6px;
  opacity: 0.3;
}
.econtainer .esection:nth-of-type(2) {
  padding: 100px 0;
}
.econtainer .etext p {
  font-size: 15px;
  line-height: 160%;
  font-weight: 400;
  color: #333;
}
.econtainer .etext p:not(:last-of-type) {
  margin-top: 12px;
}
.econtainer .efaq .eaccordion {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
}

.eaccordion-item {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #ddd;
}
.eaccordion-item:not(:first-of-type) {
  margin-top: 20px;
}

.eaccordion-header {
  width: 100%;
  padding: 20px;
  background: #f5f5f5;
  border: 0;
  outline: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-size: 16px;
  color: #333;
  font-weight: 500;
  text-align: left;
}

.eaccordion-icon {
  font-size: 1rem;
  transition: transform 0.2s ease;
}

.eaccordion-panel {
  max-height: 0;
  overflow: hidden;
  padding: 0;
  background: #fff;
  transition: max-height 0.25s ease, padding 0.25s ease;
}

.eaccordion-panel p {
  color: #333;
  font-size: 15px;
  padding: 0;
  margin: 0;
}
.eaccordion-panel p:not(:first-of-type) {
  margin-top: 12px;
}

.eaccordion-item.is-open .eaccordion-panel {
  max-height: 200px;
  padding: 20px;
  border-top: 1px solid #ddd;
}

.eaccordion-item.is-open .eaccordion-icon {
  transform: rotate(180deg);
}

.intro-html-layout:before {
  background: none;
}

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