.last_news h2 {
  text-align: center;
  color: white;
}

.last_news > .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.last_news > .wrapper > * {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 1rem;
  background-color: rgba(255,255,255,0.7);
}



.last_news > .wrapper > *:hover .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.last_news > .wrapper > * .image {
  overflow: hidden;
  height: 260px;
  margin-bottom: 1rem;
}

.last_news > .wrapper > * .image img {
  -webkit-transition: -webkit-transform 500ms;
  transition: -webkit-transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
  -webkit-transform: scale(1);
          transform: scale(1);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.last_news > .wrapper > * .title h3 {
  font-weight: bold;
  margin: 0;
  font-size: 15px;
}

.last_news > .wrapper > * .title h3 {
	margin-bottom: 0.4rem;
}
.last_news > .wrapper > * .title, .last_news > .wrapper > * .content, .last_news > .wrapper > * .read_more {
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.last_news > .wrapper > * .read_more {
  font-weight: bold;
  font-size: 10px;
}


@media screen and (max-width: 767px) {
  .last_news > .wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .last_news > .wrapper > * {
    margin-bottom: 2rem;
    width: 100%;
  }
}

@media screen and (min-width: 1500px) {
  .last_news > .wrapper > * {
	min-width: 290px;
	}
  .last_news > .wrapper {
	justify-content: center;
	}
}



.sidebar-mfn-news .title-widget {
  font-size: 18px;
  margin-bottom: 20px;
}

.sidebar-mfn-news > .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sidebar-mfn-news > .wrapper a {
  padding: 1rem 0;
  border-top: 1px solid #e0dede;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sidebar-mfn-news > .wrapper a span:not(:last-child) {
  margin-bottom: 5px;
}

.sidebar-mfn-news > .wrapper a .date {
  font-size: 12px;
}

.sidebar-mfn-news > .wrapper a:last-child {
  border-bottom: 1px solid #e0dede;
}
/*# sourceMappingURL=last_news.css.map */