div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

.action-card .a-item__text {
  justify-content: space-between;
}

.action-card .a-item__text-main {
  color: #3D3A3A;
  opacity: 0.5;
  margin-bottom: 0;
}

.smi-card.a-item {
  align-items: center;
}

.smi-card .a-item__text {
  justify-content: space-between;
}

.smi-card .a-item__text-main {
  margin-bottom: 30px;
}

.smi-card .a-item__text-date {
  color: #3D3A3A;
  opacity: 0.5;
  margin-top: 15px;
}

.general-info-card .a-item__image{
  height: 18.7vw;
  max-height: 270px;
}

.a-item  .a-item__text-link.stretched-link {
  color: #76619c;
}

@media (max-width: 1300px) {
  .general-info-card .a-item__image {
    height: 16.7vw;
  }
}

@media (max-width: 1199px) {
  .general-info-card .a-item__image {
    height: 362px;
    max-height: none;
  }
}

@media (max-width: 1099px) {
  .general-info-card .a-item__image {
    height: 326px;
  }
}

@media (max-width: 991px) {
  .general-info-card .a-item__image {
    max-height: 59.2vw;
  }
}
