.page-banner{
  overflow: hidden;
}
/* .page-banner::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.5;
  z-index: 1;
} */

.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;
}
.card img {
  width: 100%;
  aspect-ratio: 2/1;
  object-fit: cover;
}

.list-card .card img{
  aspect-ratio: 2/1;
}

.list-card .card .time,
.content-right .card .time,
.card-title  .time {
  gap: 30px;
  display: flex;
  justify-self: start;
}
.time .time-day,
.time .time-comment {
  display: flex;
  justify-self: start;
  gap: 15px;
}

.list-card {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.active .page-link {
  --bs-pagination-active-bg: #007478;
  border: none;
}
.page-link {
  border-radius: 5px;
  margin-right: 5px;
  margin-left: 5px;
}
a:visited {
  color: #4b4b4b;
}

.content-right .text-news {
  display: flex;
  justify-self: start;
  gap: 10px;
}
.content-right .text-news .heading-news {
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0px;
}
.content-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.list-card .format-svg,
.content-right .format-svg,
.card-title .format-svg {
  margin: auto;
}

.page-item .page-link{
  color: #4b4b4b;
  background-color: #ECECEC;
  border-radius: 6px;
  border: none;
}

.page-item.active .page-link{
  background: #007478;
  color: white;
}

.excerpt{
  max-height: 110px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 1110px) and (min-width: 895px) {
  .card .time {
    gap: 10px;
  }
  .content-right .card .time,
  .list-card .card .time {
    flex-direction: column;
    gap: 15px;
  }
  .content-right .format-svg,
  .list-card .format-svg {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 894px) and (min-width: 765px) {
  .list-card .card .time {
    gap: 10px;
  }
}
@media screen and (max-width: 765px) and (min-width: 620px) {
  .list-card .format-svg,
  .card-title .format-svg,
  .content-right .format-svg {
    margin-left: 0px;
    margin-right: 0px;
  }
  .list-card .card .time,
  .content-right .card .time {
    flex-direction: column;
    gap: 15px;
  }
}
@media screen and (max-width: 619px) {
  .list-card{
    grid-template-columns: repeat(1, 1fr);
  }
  /* .page-banner{
    height: 200px;
  } */
}
