.block-featured-blogs-inner h3.alignwide {
    max-width: 100%;
    width: 100%;
}

.news-item {
    width: 75%;
    margin-left: auto;
    margin-bottom: 3rem;
    border-bottom: 1px solid;
    padding-bottom: 3rem;
}
.news-item a {
    text-decoration: none;
}
.news-item h4 {
    margin-top: 2rem;
}
.news-item:last-of-type {
    border-bottom: none;
}

.news-item.growth-talks.is-sticky {
    display: flex;
    width: 100%;
    margin-bottom: 10rem;
    border: none;
}

.sticky-growth-talk {
    width: 50%;
}

.sticky-growth-talk h2 {
    margin-top: 0;
}
.news-item.growth-talks.is-sticky .news-item-image-content {
    flex-direction: column;
	width: 50%;
	border-left: 2px solid;
	padding-left: 3rem;
}
.news-item.growth-talks.is-sticky .news-item-content {
    border-top: 2px solid;
    padding-top: 3rem;
    margin-top: 3rem;
	width: 100%;
}
.news-item-figure {
	width: 100%;
}
.news-item.growth-talks.is-sticky .news-item-figure {
    width: 15rem;
}

.news-item.growth-talks.is-sticky .news-item-image-content .wp-block-buttons {
    display: none;
}

.news-item-content {
    width: 75%;
    padding-right: 5%;
}
.news-item-figure {
    width: 25%;
}
.news-item-image-content {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}


.news-item figure {
    position: relative;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    width: 100%;
}

.news-item figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* Desktop small */
@media only screen and (max-width: 1100px) {
  
}

@media only screen and (max-width: 900px) {
  

	
}


/* Tablet */
@media only screen and (max-width: 700px) {

}


/* Iphone */
@media only screen and (max-width: 450px) {
  
}