.view-news .view-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.view-news .views-row {
  width: 46.5%;
  padding-bottom: 50px;
  overflow: hidden; }

.view-news .news-left {
  margin-bottom: 25px; }
  @media (max-width: 600px) {
    .view-news .news-left {
      width: 100%;
      float: none;
      margin-bottom: 20px; } }
  .view-news .news-left a {
    border: none; }

@media (max-width: 600px) {
  .view-news .news-right {
    width: 100%;
    max-width: 100%;
    float: none;
    padding-left: 0; } }

.view-news .news-title {
  margin-bottom: 20px; }
  @media (max-width: 600px) {
    .view-news .news-title {
      margin-bottom: 15px; } }
  .view-news .news-title a {
    color: #782463;
    text-transform: none;
    text-decoration: none;
    border: none;
    line-height: 1.2em;
    font-size: 1.2em;
    font-family: "MuseoSans_500", sans-serif; }

.view-news .news-date {
  margin-bottom: 14px; }
  @media (max-width: 600px) {
    .view-news .news-date {
      margin-bottom: 10px;
      font-size: 14px; } }

.view-news .field-news-summary {
  line-height: 1.3em; }

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