

.newsflash-shock {
    list-style-type: none;
    margin:0;
    display:flex;
    flex-wrap:wrap;
    justify-content: center;
}

.newsflash-shock__item {
    margin:20px;
    flex-basis:33.3%;
    min-width:300px;
    background-color:#fff;
    display:flex;
    flex-direction:column;
    border:1px solid #eee;
    
}

@media all and (max-width:650px) {

	.newsflash-shock__item {
		flex-grow:1;
	}

}

.newsflash-shock__copy {
    padding:10px 20px 20px;
    display:flex;
    flex-direction:column;
    flex-grow:1;
}

.newsflash-shock__title {
    margin:10px 0;
    font-size:1.4em;
}

.newsflash-shock__image {
    margin:0;
}

.newsflash-shock__link {
    margin-top:auto;
}

