h2 {
  padding-top: 50px; }

body ul {
  list-style: none;
  margin: 0;
  margin-bottom: 20px;
  padding: 0; }

.main_page, .main_page_bg {
  min-width: 100%;
  min-height: 100vh; }

.title_h1 {
  padding-top: 80px; }

.main_page {
  background: url(../img/bg.jpg) no-repeat center center;
  background-size: cover; }
  .main_page .main_page_bg {
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center; }

.courses, .comments {
  text-align: center; }

.contacts {
  background: #f8f9fa; }
  .contacts h2 {
    margin-top: 20px; }

/*# sourceMappingURL=style.css.map */
