﻿@media screen and (min-width: 1023px) {
  .timeline__item .borders-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
  }
  .timeline__item .borders-container .borders {
    width: 100%;
    height: 100%;
  }
  .timeline__item.is-active .borders {
    border-right: 2px solid #9cc1b4;
    border-left: 2px solid #9cc1b4;
    animation: widthOpenHorizontal;
    animation-duration: 0.35s;
    animation-fill-mode: forwards;
  }
}
.smbc-accordion-widget .eyebrow {
  font-size: 1.6rem;
  font-weight: 400;
  color: #826E4F;
  text-transform: uppercase;
}
