.news-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.news-list-item .news-list-preview-image {
  width: 33%;
}

.news-list-item .news-list-preview-image img {
  width: 100%;
}

.news-list-item .news-list-preview-text .detail-news-btn.btn {
  margin-right: 50px;
  padding: 10px 5px;
}

.news-list-item .news-list-preview-text {
  width: 64%;
  padding: 0 25px;
}

.news-list-item .news-list-preview-text .news-title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}

.news-list-item .news-list-preview-text .news-preview-text {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 30px;
  width: 100%;
}

.news-list-item .news-list-preview-text .detail-news-btn.btn {
  /*margin-left: auto;*/
  font-weight: 400;
  font-size: 18px;
}

@media (max-width: 800px) {
  .news-list-item .news-list-preview-image {
    width: 100%;
  }
  .news-list-item {
    flex-direction: column;
  }
  .news-list-item .news-list-preview-text .news-title {
    text-align: center;
  }
  .news-list-item .news-list-preview-text {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
  }
  .news-list-item .news-list-preview-text .detail-news-btn.btn {
    margin-left: 0;
    font-weight: 400;
    font-size: 18px;
  }
}

/*main a {*/
/*  color: -webkit-link;*/
/*  cursor: pointer;*/
/*  text-decoration: underline;*/
/*}*/