.featured-post-image a {
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	color: rgba(0,0,0,0);
	text-indent: -10000px;
}

.featured-post-image { 
	position: relative;
  height: 100%;
}
.featured-post-image img{
  height: 100% !important;
  min-height; 500px;
  object-fit: cover;
}

.featured-post-image.right-img{
  grid-column-start: 2;
}

.featured-post {
	display: -ms-grid;
	display: grid;
	grid-auto-columns: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
  grid-auto-flow: dense;
}
.featured-content{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.featured-content h3{
  font-weight: bold;
}
.featured-content p{
  margin: 0;
} 
.featured-content .button{
  font-weight: 600;
  width: 100%;
  max-width: 300px;
  margin-left: 0;
  border-radius: 6px;
}
.image-with-text  .featured-content a{
  width: auto;
  max-width: max-content;
  margin: 24px 0 0;
}


@media screen and (max-width: 767px) {
	.featured-post{
		display: block;    
	}
  .image-with-text .featured-content{
    padding: 30px 15px !important;
    text-align: center;
  }
  .featured-content .button{
    margin: 10px auto;
  }
  .image-with-text .featured-content h2{
    font-size: 24px;
  }
  .image-with-text .featured-content p{
    font-size: 17px;
    line-height: 1.9;
  }
}
