.l-latest-posts__box {
  position: relative;
  padding-bottom: 5em;
}
@media (max-width: 991.98px) {
  .l-latest-posts__box {
    padding-bottom: 4em;
  }
}
@media (max-width: 575.98px) {
  .l-latest-posts__box {
    padding-bottom: 3em;
  }
}
.l-latest-posts__title {
  color: #4a4a4a;
  font-family: "frontageregular", sans-serif;
  font-size: 1.75rem;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 767.98px) {
  .l-latest-posts__title {
    font-size: 1.5rem;
    padding: 0 2em;
  }
}
@media (max-width: 575.98px) {
  .l-latest-posts__title {
    font-size: 1.25rem;
    padding: 0 1em;
  }
}
.l-latest-posts__carousel {
  margin: 3rem 0;
}
@media (max-width: 991.98px) {
  .l-latest-posts__carousel {
    margin: 2rem 0;
  }
}
.l-latest-posts__carousel .slick-list {
  height: fit-content;
}