Extra news layout divi

Here is an example of how you can create an "Extra News" layout using Divi:

Section Settings

Row Settings

Column Settings

Module Settings

Custom CSS

You can add custom CSS to style the layout further. For example:

.extra-news {
  background-color: #f7f7f7;
  padding: 20px;
}

.extra-news-row {
  background-color: #fff;
  padding: 20px;
}

.extra-news-col-1 {
  width: 1/2;
  padding: 20px;
}

.extra-news-col-2 {
  width: 1/2;
  padding: 20px;
}

.extra-news-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
}

.extra-news-text {
  font-size: 18px;
  font-family: Open Sans;
  color: #333;
}

.extra-news-button {
  background-color: #4CAF50;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.extra-news-button:hover {
  background-color: #3e8e41;
}

This is just an example layout, and you can customize it to fit your needs. You can also add more modules, change the layout, and add custom CSS to make it look more appealing.