body {
	background-image: url('../img/lessons-background.jpg');
	background-size: cover;
	background-position: center -350px;

	justify-content: start;
	align-items: flex-end;
}

@media (max-width: 768px) {
  body {
    background-position: center;
  }
}
