.simple-news-container {
  padding: calc(var(--horizontal-gap) / 4);
  position: relative;
}
.simple-news-container .simple-news {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: 112.5%;
  border-radius: 12px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.0274509804);
  animation-timing-function: ease-in-out;
  transition: 0.25s;
  background-color: white;
  position: relative;
  text-decoration: none !important;
}
.simple-news-container .simple-news:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.0823529412);
}
.simple-news-container .simple-news.section {
  padding-bottom: 125%;
}
.simple-news-container .simple-news.section .image-container {
  bottom: 0;
  border-radius: 12px;
  filter: brightness(90%);
}
.simple-news-container .simple-news.section .title {
  top: 0;
  color: white;
  font-size: 22px !important;
}
.simple-news-container .simple-news .image-container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 50%;
  right: 0;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  border-radius: 12px 12px 0 0;
}
.simple-news-container .simple-news .title {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  padding: 20px;
}
.simple-news-container .simple-news .news-type {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 25px;
  height: 25px;
  z-index: 1;
}
.simple-news-container .date {
  position: absolute;
  bottom: 30px;
  left: 30px;
  font-size: 15px;
  line-height: 19px;
}
@media screen and (max-width: 767px) {
  .simple-news-container .title {
    font-size: 17px !important;
  }
  .simple-news-container .date {
    font-size: 14px;
    line-height: 17px;
  }
}

/*# sourceMappingURL=simple-news.css.map */
