.horizontal-scroll-section {
  overflow: hidden;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.horizontal-scroll-section .swiper-slide img {
  width: 100px;
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 12px;
}

.horizontal-scroll-section .swiper-slide
{
  transition: all 0.8s ease-in-out;
}

.horizontal-scroll-section .swiper-slide p {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 2rem;
  margin-top: 1rem;
}

.horizontal-scroll-section .swiper-slide { text-align: left;}

.scroll-track {
  display: flex;
  height: 100%;
  /* justify-content: flex-start;
  gap: 32px; */
}


.horizontal-scroll-section .scroll-item {
    display: flex;
    /* padding:12px; */
}

.horizontal-scroll-section .scroll-item .arrow {
    margin-top: auto;
}


.scroll-item img {
    display: block;
}

.scroll-item a
{
  text-decoration: none !important;
  color: black;
}

.content-button {
    margin-top: 24px;
}

.content-button .wp-block-buttons .wp-block-button.is-style-outline>.wp-block-button__link {
    font-size: 0.875rem;
}

.timeline-progress {
  position: relative;
  height: 40px;
  margin-top: 40px;
}



p.arrow {
    display: flex;
    /* justify-content: flex-end; */
}

.swiper-slide:last-child::after {
  display: none;
}


.scroll-item h5 {
  min-height: calc(1.3em * 2);
  line-height: 1.3;
}

.scroll-item .arrow {
  margin-top: auto;
}

/* Wrapper */
.horizontal-scroll-section .swiper-wrapper {
    display: flex;
    align-items: stretch;
}

/* Slide */
.horizontal-scroll-section .swiper-slide {
    display: flex;
    height: auto !important;
}

/* Kort */
.horizontal-scroll-section .scroll-item {
    display: flex;
    width: 100%;
}

/* Länk */
.horizontal-scroll-section .scroll-item a {
    display: flex;
    flex-direction: column;
    width: 100%;
}

/* Pil */
.horizontal-scroll-section .scroll-item .arrow {
    margin-top: auto;
}

@media only screen and (max-width: 767px) {
  .wp-block-uagb-container.uagb-block-c059d7d1 {
    padding: 48px 24px;
  }
}