.border-radius {
  border-radius: 6px;
}
.timeline {
  position: relative;
  background: #f0f8ff;
}
.timeline article {
  position: relative;
}
.timeline article:before {
  content: '';
  display: inline-block;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  background: #FFBB33;
  position: absolute;
  top: 0;
}
.timeline article:after {
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  background: #FFBB33;
  height: 2px;
  width: 100%;
}
.timeline article:nth-of-type(2):before {
  background: #ffcc66;
}
.timeline article:nth-of-type(2):after {
  background: #ffcc66;
}
.timeline article:nth-of-type(3):before {
  background: #ffdd99;
}
.timeline article:nth-of-type(3):after {
  background: #ffdd99;
}
.timeline article:nth-of-type(4):before {
  background: #ffeecc;
}
.timeline article:nth-of-type(4):after {
  background: #ffeecc;
}
.timeline-container {
  max-width: 720px;
  margin: 0 auto;
  padding: 12px 0 60px;
  box-sizing: border-box;
}
.timeline__tekst {
  padding: 18px 0 18px 18px;
}
.timeline__tekst h3 {
  font-size: 24px;
  line-height: 1.2em;
  font-family: 'Assistant', sans-serif;
  font-weight: bold;
  color: #1C2541;
  margin: 6px 0;
}
.timeline__tekst p {
  margin: 0 0 6px;
}
.timeline__tekst p:last-of-type {
  margin: 0;
  font-size: 12px;
  line-height: 1.5em;
  color: #2e2e2e;
  font-weight: 400;
}
.timeline__title {
  max-width: 720px;
  box-sizing: border-box;
  margin: 0 auto;
  padding-top: 60px;
}
.acf-block-preview .timeline-container,
.acf-block-preview .swiper-wrapper {
  display: flex;
  width: 100%;
}
