  .carousel-container.multi-slider h3, .carousel-container.multi-slider.h3, h3.page-header{
    padding-bottom: 0;
    font-weight: 300;
    font-size: 3rem;
}

.carousel-container {
    margin-bottom: 0;
    padding: 3rem 0;
}

.feature-box-image.linked-img {
  position: relative;
  display: block;
}

.feature-box-image.linked-img::after {
  content: '\f144';
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.2rem;
  color: white;
  text-shadow: 0 2px 8px rgba(0,0,0,0.8);
  pointer-events: none;
  z-index: 10;
}
