/**handles:block-accordion-styles**/
/*
* Units
*/
/*
* Quick pseudoclass
*/
/*
* Position absolute
*/
/*
* Custom scrollbar
*/
/*
* Fluid Typography.
*/
/*
* Truncates
*/
/*
* BOOTSTRAP OVERWRITE - START
*/
/*
* BOOTSTRAP OVERWRITE - END
*/
/*
* BOOTSTRAP OVERWRITE - START
*/
/*
* BOOTSTRAP OVERWRITE - END
*/
/*
* BOOTSTRAP OVERWRITE - START
*/
/*
* BOOTSTRAP OVERWRITE - END
*/
.block-accordion .accordion {
  padding-right: 15px;
  padding-left: 15px; }
  @media (max-width: 991.98px) {
    .block-accordion .accordion {
      position: relative; } }
  .block-accordion .accordion__title {
    display: flex;
    font-size: var(--fs-25);
    justify-content: space-between;
    cursor: pointer;
    color: #007e32;
    font-weight: 900; }
  .block-accordion .accordion__container {
    position: relative;
    padding: 2.6rem 0;
    border-bottom: 1px solid #e8e7e7; }
    @media (max-width: 991.98px) {
      .block-accordion .accordion__container {
        padding: 2.9rem 0; } }
  .block-accordion .accordion__wrapper__title {
    font-size: var(--fs-25);
    line-height: 1.2;
    margin: 0;
    padding-bottom: 2rem;
    color: #007e32;
    font-weight: 900; }
  .block-accordion .accordion__content__subtitle {
    font-size: var(--fs-15);
    line-height: 1.2;
    margin: 0 6rem 0 0;
    padding: 0;
    color: #007e32;
    text-transform: initial; }
    @media (max-width: 991.98px) {
      .block-accordion .accordion__content__subtitle {
        margin-right: 4rem; } }
  .block-accordion .accordion__content__subcontent p {
    font-size: var(--fs-15);
    line-height: 1.35;
    margin-top: 0.8rem;
    margin-right: 6rem;
    color: #585858; }
    @media (max-width: 991.98px) {
      .block-accordion .accordion__content__subcontent p {
        line-height: 1.45;
        margin-right: 4rem; } }


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