/*--------------------------------------------------------------
SLICK SLIDER
--------------------------------------------------------------*/
.gallery-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.gallery__column {
  width: 100%;

  flex-basis: 100%;
}
.gallery__column.u-col-6 {
  width: 50%;
  margin-right: 60px;
  flex-basis: 50%;
}

.gallery__slide-image img {
}
.gallery__slide-thumbnails {
  margin-top: 20px;
}
.gallery__slide-thumbnails img {
  max-width: 100px;
  max-height: 100px;
  margin: 0 auto;
}
.gallery__slide-text-content h3 {
  margin-bottom: 4px;
  padding-top: 20px;
}
.gallery__slide-text-content .btn-sm {
  margin-bottom: 20px;
}
.gallery__slide-text-content p {
  color: #77797c;
  margin-bottom: 10px;
}
.gallery__slide-text-content ul {
  column-count: 2;
  list-style: none;
  margin-left: -23px;
  border-left: 3px solid #fff;
  padding-left: 0px;
  margin-top: 0;
  padding-top: 20px;
}
.gallery__slide-text-content ul li {
  page-break-inside: avoid;
  break-inside: avoid;
}
.gallery__slide-text-content ul li a {
  display: block;
  background-color: #f2f5f7;
  border-radius: 4px;
  text-align: center;
  padding: 10px 0;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
}
.gallery__slide-text-content ul li a::after {
  content: " ›";
}
.gallery__slide-border-left {
  border-left: 3px solid #064363;
  padding-left: 20px;
}

.gallery__text-thumbnail {
  font-size: 12px;
  text-transform: uppercase;
}
.slick-track {
  transform: translate3d(0, 0, 0) !important;
}
ul.slick-dots {
  position: relative;
  bottom: 0;
  text-align: left;
}
ul.slick-dots li {
  width: 100%;
  height: auto;
  text-transform: uppercase;
  margin: 5px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
}
.gallery__column.u-col-3.list-text {
  margin-right: 0;
}
#gallery-industries .gallery-wrapper {
  align-items: center;
}
@media (min-width: 768px) {
  .gallery-wrapper {
    flex-direction: row;
  }
  .gallery__column.u-col-3 {
    width: 33.333%;
    margin-right: 60px;
    flex-basis: 33.333%;
  }
  .gallery__slide-border-right {
    border-right: 3px solid #064363;
    padding-right: 20px;
  }
}
