.latest-posts {
  display: flex;
}
.post-thumbnail img {
  aspect-ratio: 1/1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.post-thumbnail {
  display: flex;
}
.post-item {
  margin-left: 30px;
  margin-right: 30px;
}
.post-title {
  font-size: 20px;
  margin-top: 16px;
  margin-bottom: 8px;
  font-family: "FreightBig Pro" !important;
}
.post-excerpt {
  color: var(--primary-color);

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 8px;
}
.post-item .classic__button {
  font-weight: 500;
}
.latest-post-wrapper {
  position: relative;
  padding-left: 80px;
  padding-right: 80px;
}
.prev-arrow-blog {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.next-arrow-blog {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.reusable-latest-blogs .filled__button-blue {
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  .cstm-arrows {
    display: none;
  }
  .latest-post-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .post-item {
    margin-left: 12px;
    margin-right: 12px;
  }
}
@media only screen and (max-width: 479px) {
  .latest-posts .slick-list {
    padding-right: 80px !important;
  }
}
