.block-timelineblock {
  background-color: #003f72;
}

.block-timelineblock button:first-child {
  margin-bottom: 1rem;
}

.block-timelineblock button {
  font-family: 'Inter', sans-serif;
  font-weight: 900;
  border: 5px solid #ffffff;
  background-color: transparent;
  width: 100%;
}

.block-timelineblock button.active {
  font-weight: 900;
  background-color: #8E64A2;
  letter-spacing: 0.1rem;
}

.block-timelineblock .tab-content {
  background-color: #8E64A2;
}

.block-timelineblock .tab-content .tab-pane .content {
  border-top: 3px solid #ffffff;
}

.block-timelineblock .tab-content .tab-pane .content:last-child {
  border-bottom: 3px solid #ffffff;
}

.block-timelineblock .tab-content h4:first-child,
.block-timelineblock .tab-content h4:last-child {
  font-family: 'Inter', sans-serif;
  font-weight: 900;
}

/* .block-timelineblock .tab-content span {
  font-family: 'Inter', sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0rem;
} */


/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}
