

.description .desc-title p {
  margin-bottom: 0px;
}

.description .desc .text-center {
  display: flex;
  padding: 18px 0px;
  justify-content: flex-end;
  gap: 5px;
  width: 953px;
  height: 168px;
  flex-direction: column;
  margin: auto;
  position: relative;
  margin-top: -80px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.28) 0%,
    #fff 67.71%
  );
}
.description .desc .text-center {
  font-size: 16px;
  line-height: 139.3%;
  letter-spacing: -0.32px;
}

#post-mota{
  position: relative;
}

#post-mota.post-mota-overflow{
  overflow: hidden;
  height: 1000px;
}

#post-mota-readmore{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.truck-content {
  padding: 16px 18px 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.truck-content .content-heading {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: var(--dark-80, #4b4b4b);
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}

.truck-content .desc{
  max-height: 145px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.swiper-slide img{
  width: 100%;
  height: 190px !important;
  object-fit: cover;
}