
@media screen and (max-width: 1220px) {
	#page ul li:first-child img {
		margin-right: calc(100% - 380px);
	}
	#page ul li:nth-child(2) img {
		margin-right: calc(100% - 160px);
		margin-top: 5px;
	}
	#page ul li:nth-child(3) img {
		margin-right: calc(100% - 160px);
		margin-top: 5px;
	}

	#page #text ul li {
		margin-bottom: 6px;
	}
}

@media screen and (max-width: 425px) {
	#page ul li:first-child img {
		margin-right: 0;
		width: 100% !important;
	}
}