.l-gallery-post__image img {
  width: 100%;
  height: auto;
}
.l-gallery-post__arrows .slick-prev {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("../../../images/slider-prev.png") no-repeat center;
  background-size: contain;
  border: none;
  content: "";
  height: 72px;
  font-size: 0;
  left: -10%;
  max-width: 72px;
  position: absolute;
  top: calc(60% - 72px);
  z-index: 5;
  width: 72px;
}
@media only screen and (max-width: 1499px) {
  .l-gallery-post__arrows .slick-prev {
    left: 30px;
  }
}
.l-gallery-post__arrows .slick-next {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("../../../images/slider-next.png") no-repeat center;
  background-size: contain;
  border: none;
  font-size: 0;
  content: "";
  height: 72px;
  max-width: 72px;
  position: absolute;
  right: -10%;
  top: calc(60% - 72px);
  z-index: 5;
  width: 72px;
}
@media only screen and (max-width: 1499px) {
  .l-gallery-post__arrows .slick-next {
    right: 30px;
  }
}
.l-gallery-post__box {
  background-color: #eff7f5;
  bottom: 0;
  border-top: 5px solid #b83f3f;
  left: 0;
  margin: 0 auto;
  padding: 30px 20px 60px;
  position: absolute;
  right: 0;
  text-align: center;
  transform: translateY(50%);
}
@media (max-width: 991.98px) {
  .l-gallery-post__box {
    margin: -50px auto 0;
    position: relative;
    transform: none;
  }
}
.l-gallery-post__item {
  display: block;
  position: relative;
  text-align: center;
  width: 100%;
}
@media (max-width: 767.98px) {
  .l-gallery-post__slider {
    padding-bottom: 0;
  }
  .l-gallery-post__slider .slick-dots {
    bottom: 15px;
  }
}
.l-gallery-post__slider .slick-list {
  overflow: visible;
}
.l-gallery-post__text {
  color: #656565;
  display: inline-block;
  font-family: "Lato", "Arial", sans-serif;
  font-size: 0.8125em;
  line-height: 1.69;
  margin-top: 10px;
}
.l-gallery-post__title {
  color: #432918;
  font-family: "Montserrat", sans-serif;
  font-size: 1.25em;
  font-weight: 700;
}
