.homepage-blog-wrapper .news-item {
  width: 25% !important;
  padding: 12px !important;
}

.homepage-blog-wrapper .news-item .image {
  margin-bottom: 16px !important;
  overflow: hidden !important;
  border-radius: 12px !important;
}

.homepage-blog-wrapper .news-item .image img {
  width: 100% !important;
  height: 200px !important;
  object-fit: cover !important;
  display: block !important;
  transition: transform 0.3s ease !important;
}

.homepage-blog-wrapper .news-item > a {
  color: #24242E !important;
  text-decoration: none !important;
}

.homepage-blog-wrapper .news-item > a:hover {
  text-decoration: none !important;
}

.homepage-blog-wrapper .news-item > a:hover .image img {
  transform: scale(1.03) !important;
}

.homepage-blog-wrapper .news-item .text {
  position: relative !important;
  padding-right: 44px !important;
}

.homepage-blog-wrapper .news-item a .title {
  color: #24242E !important;
  text-decoration: none !important;
  font-size: 16px !important;
  line-height: 22px !important;
  font-weight: bold !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  margin-bottom: 6px !important;
}

.homepage-blog-wrapper .news-item a .title:hover {
  text-decoration: none !important;
}

.homepage-blog-wrapper .news-item .text .description {
  font-size: 13px !important;
  line-height: 20px !important;
  color: #24242E !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

.homepage-blog-wrapper .read-article {
  position: absolute !important;
  right: 0 !important;
  bottom: 6px !important;
  top: auto !important;
  transform: none !important;
  font-size: 0 !important;
  margin-top: 0 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  color: var(--color-primary) !important;
  transition: right 0.2s ease !important;
}

.homepage-blog-wrapper .news-item > a:hover .read-article {
  right: -4px !important;
}

.homepage-blog-wrapper .read-article::after {
  font-size: 22px !important;
  font-weight: bold !important;
  margin-left: 0 !important;
  transform: rotate(270deg) !important;
  -webkit-text-stroke: 1px var(--color-primary) !important;
}

.homepage-blog-wrapper .read-article:hover {
  text-decoration: none !important;
}

.homepage-blog-wrapper .cely-clanek {
  display: none !important;
}

@media screen and (min-width: 480px) and (max-width: 991px) {
  .homepage-blog-wrapper .news-item {
    width: 50% !important;
  }

  .homepage-blog-wrapper .news-item:nth-child(4),
  .homepage-blog-wrapper .news-item:nth-child(5) {
    display: block !important;
  }

  .homepage-blog-wrapper .news-item .image img {
    height: 180px !important;
  }
}

@media screen and (max-width: 479px) {
  .homepage-blog-wrapper {
    padding: 0 16px !important;
  }

  .homepage-blog-wrapper .news-item {
    width: 100% !important;
    padding: 8px 0 !important;
  }

  .homepage-blog-wrapper .news-item .image img {
    height: 180px !important;
    border-radius: 10px !important;
  }

  .homepage-blog-wrapper .news-item .text {
    padding-right: 32px !important;
  }

  .homepage-blog-wrapper .news-item a .title {
    font-size: 15px !important;
    line-height: 20px !important;
  }

  .homepage-blog-wrapper .news-item .text .description {
    font-size: 12px !important;
    line-height: 18px !important;
  }
}
