.l-latest-posts__controls-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer; }
  .l-latest-posts__controls-button.prev, .l-latest-posts__controls-button.next {
    width: 21px;
    height: 37px; }
    .l-latest-posts__controls-button.prev img, .l-latest-posts__controls-button.next img {
      width: 21px;
      height: 37px; }
  .l-latest-posts__controls-button.prev {
    left: -50px; }
  .l-latest-posts__controls-button.next {
    right: -50px; }
.l-latest-posts__slider {
  margin: 40px 0; }
  .l-latest-posts__slider > a {
    display: none !important; }
  .l-latest-posts__slider > a:first-child {
    display: inline-block !important; }
  @media (max-width: 767.98px) {
    .l-latest-posts__slider {
      margin: 0 auto !important;
      padding: 0;
      width: 100%; } }
.l-latest-posts .slick-slide {
  padding: 40px 12px; }
  @media (max-width: 767.98px) {
    .l-latest-posts .slick-slide {
      padding: 30px 12px; } }
.l-latest-posts .slick-dots {
  margin: 0 auto; }
  .l-latest-posts .slick-dots li {
    color: rgba(102, 102, 102, 0.5);
    border-color: rgba(102, 102, 102, 0.5) !important;
    background-color: rgba(102, 102, 102, 0.5); }
  @media (max-width: 767.98px) {
    .l-latest-posts .slick-dots {
      top: auto;
      bottom: 0; } }
.l-latest-posts__posts {
  margin: 70px auto 50px;
  position: relative; }
  @media (max-width: 1199.98px) {
    .l-latest-posts__posts {
      margin: 20px; } }
  @media (max-width: 575.98px) {
    .l-latest-posts__posts {
      margin: 0;
      width: 100%; } }
.l-latest-posts__item {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 0;
  overflow: hidden; }
  .l-latest-posts__item img:hover {
    transform: scale(1.2); }
  .l-latest-posts__item:hover {
    text-decoration: none; }
.l-latest-posts__link {
  margin: 100px auto 0; }
  @media (max-width: 1199.98px) {
    .l-latest-posts__link {
      margin-top: 50px; } }
  @media (max-width: 767.98px) {
    .l-latest-posts__link {
      margin-top: 20px; } }
