.vesti-thumb > a {
  display: flex;
}
.vesti-thumb > a > img {
  display: flex;
  aspect-ratio: 1.798/1;
  object-fit: cover;
  border-radius: 19px;
  margin-bottom: 15px;
}
.vesti-card {
  padding: 11px;
  background: #f8f0da;
  border: 4px solid #ffffff;
  border-radius: 30px;
  display: flex;
}
.vesti-card > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 100%;
}
.vesti-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.vesti-cat {
  font-weight: 500;
  font-size: clamp(18px, 1.041666666666667vw, 20px);
  text-transform: uppercase;
  color: var(--main-red);
}
.vesti-date {
  font-weight: 500;
  font-size: clamp(18px, 1.041666666666667vw, 20px);
  text-transform: uppercase;
}
.vesti-title {
  margin-bottom: 15px;
}
.vesti-excerpt {
  margin-bottom: 30px;
}
.vesti-content {
  padding: 0 17px 0px 17px;
}
.vesti-bottom {
  padding: 0 17px 10px 17px;
  width: 100%;
}
.vesti-readmore {
  display: block;
  width: 100%;
  padding-top: 24px;
  color: var(--main-red);
  border-top: 1px solid #0000001a;

  font-weight: 500;
  font-size: clamp(16px, 0.9375vw, 18px);
  letter-spacing: 0%;
  text-transform: uppercase;
}
.vesti-card {
  min-height: 100%;
}
.vesti-card .vesti-upper img {
  aspect-ratio: 1.4/1;
  object-fit: cover;
}
.single-above {
  margin-bottom: 35px;
}
.vesti-card .vesti-content .vesti-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.vesti-card .vesti-content .vesti-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.vesti-readmore {
  margin-top: auto;
}
.vesti-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.vesti-upper > a {
  display: flex;
  margin-bottom: 15px;
}
.vesti-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.vesti-upper img {
  border-radius: 19px;
}

@media only screen and (max-width: 1280px) {
  .vesti-readmore {
    padding-top: 15px;
  }
  .vesti-content {
    padding: 0;
  }
}
