main {
  margin: 50px 100px;
}
main h1 {
  font-size: var(--tpg-h3);
}
main h2 {
  font-size: var(--tpg-h4);
}
main .c-news-list {
  padding: 10px;
}
main .c-news-list a {
  display: block;
  position: relative;
  padding: 20px 10px 20px 245px;
  border-radius: 15px;
  transition: all 0.15s ease-in;
}
main .c-news-list a img {
  position: absolute;
  top: 10px;
  left: 10px;
  height: calc(100% - 20px);
  width: 205px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
main .c-news-list a h5 {
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
main .c-news-list a h5 span {
  font-style: italic;
  color: var(--clr-gray-700);
  font-size: 0.9rem;
  font-weight: 500;
}
main .c-news-list a p {
  margin-bottom: 0;
  line-height: 1.5em;
}
main .c-news-list a:hover {
  background-color: var(--clr-gray-200);
  cursor: pointer;
  transform: scaleX(1.02) scaleY(1.05);
  transition: all 0.3s ease-out;
}
main .c-news-list a + a {
  margin-top: 15px;
}
main.c-news-article {
  padding: 20px;
}
main.c-news-article img {
  max-width: 100%;
}
main.c-news-article .ce-element--type-image {
  max-width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  background-position: center;
}
main.c-news-article p {
  line-height: 1.5em;
}
main.c-news-article .c-news-article-gallery {
  justify-content: unset;
}
@media (max-width: 876px) {
  main {
    margin: 1em;
  }
  main .c-news-list a {
    padding: 120px 10px 20px 20px !important;
  }
  main .c-news-list a img {
    height: 100px !important;
    width: calc(100% - 20px) !important;
  }
}/*# sourceMappingURL=news.css.map */



