.c-post-widget-news {
  display: flex;
  color: #666666;
  min-height: 296px;
  align-items: center;
  padding: 15px 0;
}
.c-post-widget-news:hover, .c-post-widget-news:active, .c-post-widget-news:focus, .c-post-widget-news:visited {
  color: #666666;
}
@media (max-width: 767.98px) {
  .c-post-widget-news {
    flex-direction: column;
    min-height: 0;
  }
}
.c-post-widget-news:hover .c-post-widget-news__image {
  transform: scale(1.1);
}
.c-post-widget-news:hover .c-post-widget-news__link:before {
  left: 0;
}
.c-post-widget-news:hover .c-post-widget-news__more img {
  left: 5px;
}
.c-post-widget-news:first-child {
  padding-top: 0;
}
.c-post-widget-news__image-container {
  display: flex;
  justify-content: center;
  overflow: hidden;
  border-radius: 15px;
  width: 100%;
  max-width: 370px;
}
.c-post-widget-news__image {
  width: 100%;
  transition: 0.5s all;
  position: relative;
  object-fit: cover;
  border-radius: 15px;
}
.c-post-widget-news__text-container {
  flex: 1;
  margin: 0 40px;
}
@media (max-width: 767.98px) {
  .c-post-widget-news__text-container {
    margin: 15px 0 0;
  }
}
.c-post-widget-news__category {
  font-size: 0.875em;
  color: #007ac7;
  font-weight: bold;
  margin: 0;
  font-family: "Roboto", sans-serif;
}
.c-post-widget-news__title {
  font-size: 1.5em;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  color: #000000;
  line-height: 1.25;
  margin: 5px 0 0 0;
}
@media (max-width: 1599.98px) {
  .c-post-widget-news__title {
    font-size: 1.2em;
  }
}
@media (max-width: 991.98px) {
  .c-post-widget-news__title {
    font-size: 1.625em;
  }
}
.c-post-widget-news__info {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 15px 0 0 0;
}
.c-post-widget-news__date {
  font-size: 0.75em;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  color: #afafaf;
  margin: 0;
  padding: 0 15px 0 0;
  position: relative;
}
.c-post-widget-news__date:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #dbdbdb;
}
.c-post-widget-news__time {
  font-size: 0.75em;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  color: #333333;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 7px;
}
.c-post-widget-news__time img {
  width: 16px;
  height: 16px;
}
.c-post-widget-news__description {
  margin: 15px 0 0 0;
  color: #000000;
  font-family: "Roboto", sans-serif;
  line-height: 1.67;
  font-size: 0.75em;
}
.c-post-widget-news__more {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 20px 0 0 0;
  color: #007ac7;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  font-size: 0.875em;
  font-weight: bold;
}
.c-post-widget-news__more img {
  position: relative;
  left: 0;
  transition: left 0.2s ease;
}