@font-face {
  font-family: 'icomoon';
  src: url("/fonts/icomoon/icomoon.eot?srf3rx");
  src: url("/fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("/fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("/fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("/fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
a.lesson_btn {
	display: block;
	width: 60%;
	padding: 1.0em;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border: 3px solid #007ebd;
	border-radius: 3px;
	transition: .4s;
	background: #007ebd;
	margin:15px auto ;
	font-weight:bold;
	font-size:1.2em;
}
a.lesson_btn:hover {
	background: #ccfefd;
	border: 3px solid #cceeed;
}
@media screen and (max-width: 768px) {
	a.lesson_btn {
		width: 90%;
	}
}
