  .recent-news {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (min-width: 40em) {
    .recent-news {
      -ms-flex-direction: row;
      flex-direction: row; } }

.recent-news__container {
  background-color: #FFF;
  padding: 1rem 0 2rem;
  border: 2px solid #bbb;
  border-left: 0;
  border-right: 0; }

.recent-news__item {
  width: 100%;
  margin-bottom: 2rem; }
  @media (min-width: 40em) {
    .recent-news__item {
      width: 50%; } }
  @media (min-width: 55em) {
    .recent-news__item {
      width: 25%; } }
  .recent-news__item .media-image__caption {
    display: none; }
  .recent-news__item .media-image img {
    width: 100%; }

.recent-news__date {
  font-size: 0.875rem;
  text-transform: capitalize;
  padding: 1rem 0 0.5rem 1rem; }

.recent-news__item-title a {
  font-size: 1.5rem;
  font-weight: 300;
  color: #2d7abf;
  text-decoration: none;
  padding-left: 1rem;
  display: block; }

.recent-news__title {
  text-align: center;
  text-transform: capitalize; }

.recent-news__btn {
  margin: 2rem auto 0; }

.recent-news__footer {
  display: block;
  width: 100%; }

.recent-news__footer-inner {
  display: -ms-flexbox;
  display: flex; }
