.xxx-simple-news-block--no-img .xxx-simple-news-block__img {
  display: none;
}

.xxx-simple-news-block:hover .xxx-simple-news-block__img img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.xxx-simple-news-block__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.xxx-simple-news-block__text {
  font-size: 16px;
  font-family: "lato black";
  margin-bottom: 10px;
}

.xxx-simple-news-block a:not(:hover) {
  color: #333E50;
}

.xxx-simple-news-block__img {
  width: 80px;
  height: 80px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 15px;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.xxx-simple-news-block__img img {
  will-change: transform;
  -webkit-transition: -webkit-transform .25s;
  transition: -webkit-transform .25s;
  -o-transition: transform .25s;
  transition: transform .25s;
  transition: transform .25s, -webkit-transform .25s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.xxx-simple-news-block .xxx-g-icon-in {
  font-size: 14px;
  color: #ADB4BF;
}

.xxx-simple-news-block-container .xxx-simple-news-block {
  margin-bottom: 20px;
}

.xxx-simple-news-block-container .xxx-simple-news-block:last-child {
  margin-bottom: 0;
}
