p:last-of-type {
  margin-bottom: 0;
}

.nav{
  flex-direction: column;
}

@media (min-width: 992px) {
  .nav {
    flex-direction: row;
  }

  .nav.nav-divider .nav-item + .nav-item::before {
    content: "•";
    color: inherit;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    opacity: 0.8;
  }
}

.btn-copy {
  cursor: pointer;
}

.carousel-control-prev {
  margin-left: -11%;
}

.carousel-control-next {
  margin-right: -11%;
}
