/*!*****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/features-list/style.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* @group features-list
------------------------------------ */
.features-list {
  padding: 71.4rem 0 3.9rem;
  background-color: #f9f9f4;
}

.features-list header {
  margin-bottom: 6.6rem;
}

.features-list header div > * {
  text-align: center !important;
}

.features-list header p {
  margin: 0 auto;
}

.features-list .feature {
  padding: 2.3rem 0;
  border-bottom: 1px solid var(--lavanda-05);
  width: 100% !important;
}

.features-list .feature .txt-box {
  width: 100%;
  box-sizing: border-box;
}

.features-list .feature h4 {
  margin-bottom: 0.4rem;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: var(--f-w-extrabold);
  line-height: 1.19em;
}

.features-list .feature p {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: var(--f-w-regular);
  line-height: 1.33em;
}

.features-list .feature .img-box {
  margin-right: 1.2rem;
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (min-width: 961px) {
  .features-list {
    padding: 26.3rem 0 0;
  }
  .features-list header {
    margin-bottom: 5.2rem;
  }
  .features-list header p {
    max-width: 65rem;
  }
  .features-list .features-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 4.3rem;
         column-gap: 4.3rem;
    row-gap: 4.5rem;
    padding-bottom: 10.6rem;
  }
  .features-list .feature {
    padding: 0;
    display: flex;
    align-items: flex-start;
    padding-bottom: 0;
    border-bottom: none;
  }
  .features-list .feature h4 {
    margin-bottom: 1.6rem;
    font-size: 3.2rem;
  }
  .features-list .feature p {
    font-size: 1.6rem;
  }
  .features-list .feature .img-box {
    margin-right: 2.1rem;
    width: 6rem;
    height: 6rem;
  }
  .features-list .feature .txt-box {
    padding: 1.1rem 0 0;
  }
}
@media only screen and (min-width: 0) and (max-width: 960px) {
  .features-list .feature {
    position: relative;
    display: flex;
    align-items: center;
  }
  .features-list .feature.open {
    align-items: flex-start;
  }
  .features-list .feature .icon {
    position: absolute;
    top: 2.3rem;
    left: 0;
    margin-top: 0.2rem;
  }
  .features-list .feature h4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    margin: 0;
  }
  .features-list .feature h4::after {
    pointer-events: none;
  }
  .features-list .feature:not(.open) h4::after {
    content: "—";
    font-weight: var(--f-w-extrabold);
    flex: none;
    text-align: right;
    color: var(--warning);
  }
  .features-list .feature.open h4::after {
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\e93e";
    color: var(--lavanda);
    transform-origin: left;
    position: relative;
    top: -0.4rem;
  }
  .features-list .feature .content {
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    transition: all 0.7s;
  }
  .features-list .feature.open .content {
    opacity: 1;
    visibility: visible;
    max-height: 999rem;
    padding: 1rem 0 0;
  }
  .features-list .feature .img-box {
    width: 3rem;
    height: 3rem;
  }
}
/* @end */

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