@keyframes showHide {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.c-post-gallery {
  margin: 70px auto;
}
.c-post-gallery__title {
  text-transform: uppercase;
  font-size: 1.875em;
  color: #483696;
  font-weight: 500;
  margin: 35px 0 25px;
  line-height: 1.3;
  font-family: "avenirbook", sans-serif;
}
@media (max-width: 1599.98px) {
  .c-post-gallery__title {
    font-size: 1.5em;
  }
}
@media (max-width: 991.98px) {
  .c-post-gallery__title {
    font-size: 1.5em;
  }
}
.c-post-gallery__slider {
  margin: 50px auto;
}
@media (max-width: 1599.98px) {
  .c-post-gallery__slider {
    margin: 40px auto;
  }
}
@media (max-width: 991.98px) {
  .c-post-gallery__slider {
    margin: 30px auto;
  }
}
.c-post-gallery__image-item {
  height: 100%;
  width: 100%;
  object-fit: cover;
  cursor: grab;
  border-radius: 12px;
}
.c-post-gallery .slick-slider,
.c-post-gallery .slick-list,
.c-post-gallery .slick-track {
  height: 100%;
}
.c-post-gallery .slick-slider {
  margin-bottom: 20px;
}
.c-post-gallery .slick-dots {
  bottom: 0;
}
@media (max-width: 991.98px) {
  .c-post-gallery .slick-dots {
    bottom: -20px;
  }
}
@media (max-width: 767.98px) {
  .c-post-gallery .slick-dots {
    bottom: 40px;
  }
}