.content .entry-content {
	& .block-accordion {
		margin: 88px auto;

    @media (width >= 1580px) {
      max-width: 2000px;
    }
	}
}

.block-accordion {
	& .accordion-wrapper {
		margin: 0 auto;
		/* max-width: calc(1440px - 200px); */
    
		&.reverse {
			& .accordion-images {
				order: 1;
			}

			& .accordion-content {
				order: 2;
				@media (min-width: 840px) {
					padding-left: 6rem;
					padding-right: 0;
				}
			}
		}
	}

  & .accordion-quote {
    @media (min-width: 840px) {
      margin-top: -5rem;
      padding-right: 5rem;
      width: 50%;
    }

    & .quote {
      font-size: var(--wp--preset--font-size--md);
      font-weight: 600;
      line-height: 1.2;
      text-align: center;
    }

    & .author {
      text-align: center;
    }
  }
}



.features {
  &.reverse {

    & .text-wrap {
      order: 2;
    }

    & .content-wrap {
      order: 1;
    }
  }

  & .features-header {
    margin: 0 auto 3rem;;
    max-width: 700px;
    text-align: center;
  }
}

.pin-up {
  height: auto;

  @media (width >= 992px) {
    align-items: center;
    display: flex;
    flex-direction: row;
    height: calc(100vh - 88px);
    justify-content: space-between;
    min-height: 40rem;
  }
}



.content-wrap {
  
  display: none;
  height: 100%;
  position: relative;
  

  @media (width >= 992px) {
    display: block;
    width: 50%;
  }

  & .content-item {
    border-radius: var(--wp--custom--border-radius--medium);
    display: block;
    height: 100%;
    inset: 0;
    margin: auto;
    max-height: 520px;
    overflow: hidden;
    position: absolute;
    width: 100%;

    @media (width >= 1440px) {
      border-radius: var(--wp--custom--border-radius--large);
    }

    &:before {
      background: var(--wp--preset--color--lightorange);
      background: linear-gradient(to bottom right, #FFA403, #FF7F00);
      content: '';
      inset: 0;
      position: absolute;
      opacity: 1;
    }

    @media (width >= 992px) {
      max-height: 542px;
    }

    @media (width >= 1140px) {
      max-height: 600px;
    }
    
    @media (width >= 1600px) {
      max-height: 860px;
    }

    @media (width >= 1900px) {
      max-height: 940px;
    }

    & img {
      opacity: 0;
      position: relative;
      top: 50%;
      transform: translateY(-50%);
      z-index: 1;
    }
  }
}



.text-wrap {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;

  @media (width >= 992px) {
    width: 40%;
  }
}

.features-text {
  background-color: var(--wp--preset--color--bg-off-white);
  border-radius: var(--wp--custom--border-radius--medium);
  
  margin-bottom: 1rem;
  padding: 1rem;

  @media (width >= 600px) {
    display: flex;
    justify-content: space-between;
  }

  & p {
    margin: 0;
  }

  & .text-content {
    @media (width >= 600px) {
      width: 50%;
    }

    @media (width >= 992px) {
      width: 100%;
    }
  }

  & .text-title {
    align-items: center;
    display: flex;
    font-size: var(--wp--preset--font-size--md);
    font-weight: 600;
    line-height: 1.2;

    @media (width >= 640px) {
      font-size: var(--wp--preset--font-size--default);
    }

    @media (width >= 992px) {
      font-size: var(--wp--preset--font-size--md);
    }

    & svg {
      display: block;
      height: 18px;
      margin-right: 0.5rem;
      width: 18px;

      @media (width >= 1440px) {
        height: 24px;
        width: 24px;
      }

      & path {
        stroke: var(--wp--preset--color--darkorange);
      }
    }
  }

  & .text-description {
    padding-top: 1rem;

    @media (width >= 992px) {
      height: 0;
      opacity: 0;
      padding-top: 0;
      visibility: hidden;
    }
  }

  & .text-image {
    margin-top: 2rem;

    @media (width >= 600px) {
      width: 40%;
    }
    
    
    @media (width >= 992px) {
      display: none;
    }

    & img {
      border-radius: var(--wp--custom--border-radius--medium);
    }
  }

}
.features .scroll-active .content-item-0 img{
  opacity: 1;
}


.scroll-active .text-description-0 .text-description{
  visibility: hidden !important;
  padding-top: 0px !important;
  height: 0px !important;
  opacity: 0 !important;
}
.scroll-active .text-description-0.active .text-description{
  visibility: visible !important;
  padding-top: 1rem !important;
  height: auto !important;
  opacity: 1 !important;
}
.features .text-description-0 .text-description{
  visibility: hidden !important;
  padding-top: 0px !important;
  height: 0px !important;
  opacity: 0 !important;

}

@media (max-width:992px){
.features .text-description-0 .text-description {
    visibility: hidden !important;
    padding-top: 0 !important;
    height: 0 !important;
    opacity: 0 !important;
}
}
/* .sideline {
  display: none;
  @media (width >= 992px) {
    background-color: var(--wp--preset--color--lightorange);
    display: block;
    height: 222px;
    left: 0
    position: absolute;
    top: calc(50vh - 111px - 7px);
    transform-origin: top center;
    transform: scaleY(0);
    width: 3px;
    z-index: 1;
  }
  
} */







