/* Carousel */
.carousel {
  padding-top: .5rem;
  padding-bottom: 1rem;
}

.carousel-item img {
  width: 100%;
  object-fit: cover;
}

.carousel-caption {
  position: relative;
  right: 0;
  left: 0;
  background: var(--bg-color-body);
  padding-top: 0;
  padding-bottom: 0;
}
.carousel-caption a {
  display: inline-block;
  padding: 1rem .5rem;
  color: var(--text-color);
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
}

