.news-text-block p {
  display: inline-block;
  width: 50%;
  margin-bottom: 60px;
}

.news-text-block .date{
  display: block;
  margin-bottom: 0px;
}

/*Text is floated left*/
.news-text-block .text-left{
}
/*Image floated right*/
.news-text-block p img.image.right {
  width: 100%;
  padding-left: 4%;
}


/*Text is floated right*/
.news-text-block .text-right{
}
/*Image is floated left*/
.news-text-block p img.image.left {
  width: 100%;
  padding-right: 4%;
}
