.gol-news-1 {
   background-color: #f5f7f7;
   margin-bottom: 1em;
   border-radius: 3px;
	display: flex;
   flex-direction: row;
}

@media (max-width: 1024px) and (min-width: 768px) {
   .gol-news-1-item {
      display: flex;
      flex-direction: column;
   }

   .gol-news-1-item-img {
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      width:100%;
      height: 50%;
   }
}
@media (max-width: 767px) {
   .gol-news-1-item {
      display: flex !important;
      flex-direction: column;
      height: auto;
   }
   .gol-news-1-item-img {
      display: block !important;
      height: 350px;
      width: 100% !important;
   }
}

.gol-news-1 a {
   text-decoration: none;
}

.gol-news-1:hover {
   opacity: 0.8;
}

.gol-news-1-item {
   display: table;
   min-height: 350px;
}

.gol-news-1-item-img {
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
   display: table-cell;
   width: 50%;
}

.gol-news-1-item-content {
   display: table-cell;
   padding: 1.5em;
}

.gol-news-1-item-content h2 {
   margin: 0;
}

.gol-news-1-item-text {
	line-height: 150%;  
}

.gol-news-23 {
	display: flex;
   flex-direction: row;
   justify-content: space-between;
}

.gol-news-23 a {
   text-decoration: none;
}

.gol-news-23-item {
   background-color: #f5f7f7;
   width: 49%;
   padding-bottom: 2em;
   border-radius: 3px;
}

.gol-news-23-item:hover {
   cursor: pointer;
   opacity: 0.8;
}

.gol-news-23-item-content {
   padding-left: 1em;
   padding-right: 1em;
   padding-bottom: 1em;
}

.gol-news-23-item-img {
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
   width: 100%;
   height: 250px;
}

.gol-news-7 {
   list-style-type: none;
   margin: 0;
   padding: 0;
   /*background-color: #f5f7f7;*/
	display: flex;
   flex-direction: column;
}

.gol-news-7 a {
   text-decoration: none;
}

.gol-news-7 li:not(:last-child) {
   border-bottom: solid 1px lightgrey;
   padding-bottom: .6em;
   margin-bottom: .6em;
}

.gol-news-7-item {
   display: flex;
   flex-direction: row;
}

.gol-news-7-item:hover {
   cursor: pointer;
   opacity: 0.8;
}

.gol-news-7-item-img {
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
   width:75px;
   height: 75px; 
}

.gol-news-7-content {
   display: flex;
   flex-direction: column;
   padding-left: 1em;
}

.gol-news-7-content h3 {
	margin: 0;
}

.gol-news-7-content-published {
	font-size: 80%;
}