.unido-card-scroll-nav {
  margin-right: -0.75rem;
}

.unido-card-scroll-viewport {
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-x: scroll;
  -webkit-scroll-snap-type: x mandatory;
      -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory;
}
.unido-card-scroll-viewport::-webkit-scrollbar {
  display: none;
}
.unido-card-scroll-viewport > .row > * {
  scroll-snap-align: start;
}

@media (min-width: 768px) {
  .unido-card-scroll-viewport-overlap-after {
    margin-bottom: calc(
      -4rem - 2rem - 0.5rem - 4.5rem
    );
  }
}

.unido-card-scroll-nav {
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
}
.unido-card-scroll-nav .btn-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #EBEBEB;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1;
}
