.post242-font1 {
	font-size: 140%;
	background-color: #f00;
	color: #fff;
}

.post242-flex {
	display: flex;
}


@media screen and (max-width: 768px) {
	.post242-flex {
		display: inline;
	}

	.post242-img-size img {
		width: 100%;
		height: auto;
	}

}