

.journey-gallery__header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 50px;
  position: relative;
  margin-bottom: 32px;
}

.journey-gallery__button{
  position: sticky !important;
  height: auto !important;
  margin: 0 !important;
  width: auto !important  ;
  border: 1px solid #000;
  padding: 7px 14px !important;
  border-radius: 50%;
}

.journey-gallery__button-wrapper{
  display: flex;
  gap: 10px;
}

.journey-gallery__button:after{
  font-size: 16px !important;
  color: #000;
}

.journey-gallery__button:hover{
  background-color: #000 !important;
}

.journey-gallery__button:hover:after{
  color: #fff;
}


.journey-gallery__item{
  cursor: grab;
}

.journey-gallery__item-title{
  font-size: 14px;
  color: oklch(26.9% 0 0);
  margin-top: 20px;
  display: block;
}