h2.wp-block-heading {
    color: #fff;
}.wp-block-create-block-brandseed-timeline {
    position: relative;
}
.timeline-container {
    width: 100%;
}
.timeline-container-inner {
    width: 100%;
    margin: auto;
    max-width: 950px;
}
.brandseed-timeline-container img {
    width: 100%;
    height: auto; 

}
.brandseed-timeline-container {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 100px;
    grid-row-gap: 0px;
}

.brandseed-timeline-item {
    height: -moz-max-content;
    height: max-content;
    grid-row-end: span 3;
    position: relative;
    max-width: 428px;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.brandseed-timeline-item.in-view {
    transform: translateX(0) !important;
    opacity: 1 !important;
}

.brandseed-timeline-item:nth-child(1) {
    grid-area: 1/2/3/3;
}

.brandseed-timeline-item:nth-child(even) {
    grid-column-start: 1;
    grid-column-end: 2;
    transform: translateX(-50%);
    opacity: 0;
    /*
&::before {
  content: "";
  height: 100%;
  width: 4px;
  background-color: #688e4f;
  position: absolute;
  top: 0;
  right: -54px;
}
*/
    /*
.brandseed-timeline-item-content::before {
  content: "";
  display: inline-block;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background-color: #688e4f;
  right: -68px;
  position: absolute;
}
*/
}

.brandseed-timeline-item:nth-child(even) .brandseed-timeline-item-content::after {
    content: "";
    display: inline-block;
    width: 2em;
    height: 2em;
    position: absolute;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    right: -2em;
    border-left: 20px solid #688e4f;
    top: 4em;
}

.brandseed-timeline-item:nth-child(odd) {
    grid-column-start: 2;
    transform: translateX(50%);
    opacity: 0;
    /*
&::before {
  content: "";
  height: 100%;
  width: 4px;
  background-color: #688e4f;
  position: absolute;
  top: 0;
  left: -50px;
}
*/
    /*
.brandseed-timeline-item-content::before {
  content: "";
  display: inline-block;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background-color: #688e4f;
  left: -64px;
  position: absolute;
}
*/
}

.brandseed-timeline-item:nth-child(odd) .brandseed-timeline-item-content::after {
    content: "";
    display: inline-block;
    width: 2em;
    height: 2em;
    position: absolute;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    left: -2em;
    border-right: 20px solid #688e4f;
    top: 4em;
}

.brandseed-timeline-item:nth-child(2) {
    grid-row-start: 2;
}

.brandseed-timeline-item:nth-child(3) {
    grid-row-start: 4;
}

.brandseed-timeline-item:nth-child(4) {
    grid-row-start: 6;
}

.brandseed-timeline-item:nth-child(5) {
    grid-row-start: 8;
}

.brandseed-timeline-item:nth-child(6) {
    grid-row-start: 10;
}

.brandseed-timeline-item:nth-child(7) {
    grid-row-start: 12;
}

.brandseed-timeline-item:nth-child(8) {
    grid-row-start: 14;
}

.brandseed-timeline-item:nth-child(9) {
    grid-row-start: 16;
}

.brandseed-timeline-item .block-editor-inner-blocks, .brandseed-timeline-item-content {
    background-color: #688e4f;
    color: #fff;
    padding: 20px;
}

.brandseed-timeline-item .block-editor-inner-blocks h2, .brandseed-timeline-item-content h2 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 16px;font-family: 'Ubuntu Sans', sans-serif;
}

.brandseed-timeline-item .block-editor-inner-blocks p, .brandseed-timeline-item-content p {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

.brandseed-timeline-item .block-editor-inner-blocks figure, .brandseed-timeline-item-content figure {
    margin: 20px -20px -24px;
}
.brandseed-whitebg {
background-color: #fff;width: 111%;
height: 50px;
margin: 24px -20px -22px;
}

.brandseed-timeline-item-date {
    color: #688e4f;
    font-weight: 600;
    font-size: 32px;
}

.brandseed-timeline-bar {
    position: absolute;
    top: 0;
    left: 50%;
    width: 40px;
    height: 100%;
    transform: translateX(-50%);
}

.brandseed-timeline-bar > .brandseed-timeline-bar-stroke {
    stroke-width: 2px;
    stroke: #688e4f;
    fill: none;
    vector-effect: non-scaling-stroke;
}

.brandseed-timeline-bar > .brandseed-timeline-bar-fill {
    stroke: none;
    fill: #688e4f;
}
.bp-void {
    display: block;
    font-size: unset;
}

@media (max-width: 920px) {
.brandseed-timeline-bar {
    display: none;
}
.brandseed-timeline-container {
    position: relative;
    display: contents;
    margin: auto;
    text-align: center;

}
.brandseed-timeline-item:nth-child(odd) .brandseed-timeline-item-content::after,
.brandseed-timeline-item:nth-child(even) .brandseed-timeline-item-content::after  {
    display: none;
}
.brandseed-timeline-item {
   
    margin: auto;
    margin-bottom: 30px;
}


}