.cat-new .title-cat-new {
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  text-transform: uppercase;
  color: #2E3191;
  text-align: center;
  margin: 40px 0px;
}

.cat-new .news-item {
  margin-bottom: 40px;
}

.cat-new .news-item .news {
  display: block;
}

.cat-new .news-item .news .image {
  overflow: hidden;
  border-radius: 12px;
}

.cat-new .news-item .news img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 230px;
  max-height: 230px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.cat-new .news-item .news .news_title {
  color: rgba(0, 0, 0, 0.87);
  font-size: 16px;
  margin: 16px 0;
  font-weight: 700;
  height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}

.cat-new .news-item .news .price {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cat-new .news-item .news .price .prc p {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #f172a8;
  margin-bottom: 0;
}

.cat-new .news-item .news .price .buyer .img {
  margin-right: 5px;
}

.cat-new .news-item .news .price .buyer p {
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  color: #222222;
  margin-bottom: 0;
  margin-top: 3px;
}

.cat-new .news-item .news .price .buyer p span {
  color: #f172a8;
}

.cat-new .news-item .news:hover .news_title {
  color: #f172a8;
}

.cat-new .news-item .news:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.pagination {
  margin: 30px 0px 60px 0px !important;
}

@media all and (max-width: 767px) {
  h1.title-cat-new {
    font-size: 22px !important;
  }
}
/*# sourceMappingURL=home.css.map */