.news-view { margin-top: 45px; }
.news-view .container { display: grid; grid: 1fr / 8fr 4fr; gap: 40px; }
@media (max-width: 767px) {
  .news-view .container { grid: auto auto / 1fr; }
}
@media (max-width: 576px) {
  .news-view { margin-top: 25px; }
}

.fb-share-button > span { vertical-align: initial !important; }

.news-col .news-grid-item {
  height: 170px;
  background: #fbfbfb;
  display: flex;
  flex-direction: row;
  padding: 15px;
  margin-bottom: 60px;
}
.news-col .news-grid-item:nth-of-type(1) { margin-top: 20px; }
.news-col .news-grid-item:hover h3 { color: var(--accent); }
.news-col .news-grid-item .img-wrapper {
  --size: 142px;
  width: var(--size);
  height: var(--size);
  min-width: var(--size);
  min-height: var(--size);
  max-width: var(--size);
  max-height: var(--size);
  overflow: hidden;
  margin-right: 20px;
}
.news-col .news-grid-item .img-wrapper img { width: 100%; height: 100%; object-fit: cover; object-position: center center; }
.news-col .news-grid-item h3 {
  font-size: 15px;
  font-weight: 700;
  color: #363f46;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0 0 20px 0;
  transition: all .2s ease;
}
.news-col .news-grid-item p {
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  color: #363f46;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 1600px) {
  .news-col .news-grid-item .img-wrapper { --size: 120px; }
  .news-col .news-grid-item { height: 150px; margin-bottom: 30px; }
}
@media (max-width: 576px) {
  .news-col .news-grid-item { padding: 10px; margin-bottom: 15px; }
  .news-col .news-grid-item h3 { font-size: 14px; }
}

.news-view .info { margin-bottom: 20px; }
.news-view .info h1 { text-align: left; font-size: 28px; font-weight: 700; color: #363f46; text-transform: none; }
.news-view .info .date { display: flex; flex-direction: row; align-items: center; }
.news-view .info .date i { color: var(--accent); }
.news-view .info .date p { font-size: 12px; font-weight: 400; color: #bdbdbd; margin: 0 0 0 10px; }
@media (max-width: 576px) {
  .news-view .info h1 { font-size: 22px; }
}
/* .news-view .img-wrapper {
  overflow: hidden;
}
.news-view .img-wrapper .promotion-image {
  object-fit: contain;
  object-position: center center;
  height: 100%;
  width: 100%;
} */
.news-view .promotion-image { max-width: 100%; margin-bottom: 30px; }
.news-view .text * { color: #363f46; }
.news-view .bottom-container { display: flex; flex-direction: row; align-items: center; justify-content: space-between; margin: 40px 0; }
.news-view .bottom-container .tags { display: flex; flex-direction: row; align-items: center; }
.news-view .bottom-container .tags i { color: var(--accent); margin-right: 15px; }
.news-view .bottom-container .tags ul { list-style: none; padding: 0; margin: 0; }
.news-view .bottom-container .tags ul li { margin-right: 5px; }
.news-view .bottom-container .tags ul li p { margin: 0; font-size: 12px; color: #bdbdbd !important; text-transform: uppercase; }
.news-view .bottom-container .tags ul li p a { margin: 0; color: #bdbdbd !important; }
.news-view .bottom-container .tags ul li p a:hover { color: var(--accent) !important; }
.news-view .bottom-container .social { display: flex; flex-direction: row; margin-bottom: -5px; }
.fb-like span { width: 75px !important; }
.fb-like span iframe { width: 75px !important; }
@media (max-width: 576px) {
  .news-view .bottom-container { flex-direction: column; margin: 20px 0; align-items: flex-start; }
  .news-view .bottom-container .social { margin-top: 15px; margin-bottom: 0; }
}

.news-view .gallery-title {
  font-size: 18px;
  font-weight: 700;
  color: #363f46;
  margin-top: 15px;
}

.news-view .news-header {
  margin: 5px 0 0 0;
}
.news-view .news-header .mp-row { width: 100%; }
.news-view .col-lg-4 {
  padding-left: 40px;
}
@media (max-width: 1400px) {
  .news-view .col-lg-4 {
    padding-left: 15px;
  }
}