@charset "utf-8";

.attempt {
	display: flex;
	justify-content: center;
	max-width: 1200px;
	margin: 0 auto;
}

.attempt_wrap {
	width: 50%;
	padding: 0 30px;
}

.attempt_wrap img {
	display: block;
	width: 100%;
	margin: 50px 0;
}


@media only screen and (max-width: 890px) {
	.attempt {
		flex-direction: column;
	}
	.attempt_wrap {
		width: auto;
		padding: 0;
	}
}