.img__col{
	width: 40%;
}
.text__col{
	width: 60%;
}
.under-line{
	text-decoration: underline;
}
.text-red{
	color: #ff0000;
}
.text-blue{
	color: #4472C4;
}
.step2-link{
	margin-top: 2em;
}
@media screen and (max-width: 768px){
	.img__col{
		width: 30%;
	}
	.img__col img{
		width: 100%;
		height: auto;
	}
	.text__col{
		width: 65%;
		margin-left: 5%;
	}
	.txt__link{
		word-break: break-all;
	}
}