.img-group {
	display: flex;
   	justify-content: space-between;
    	flex-wrap: wrap;
}    
.img-group__media{
        width: 152px;
}
.img-group__text{
        max-width: 165px;
        text-align: center;
        height: 50px;
}