.gallery-carousel-section .gallery-item .link-url {
  display: inline-block;
  font-weight: 600;
}
.gallery-carousel-section .gallery-item__label p,
.gallery-carousel-section .gallery-item .link-url {
  margin-top: var(--spacing-s);
}
.gallery-item__image-wrapper + .gallery-item__label {
  margin-top: 1.25rem;
}

@media screen and (max-width: 719px) {
  .gallery-carousel-section .gallery-carousel__item.carousel__slide.swiper-slide {
    max-width: 63vw;
  }
}
