@import "../../general/css/style.css";
@media screen {
  #landing-page h1 {
    margin: 20px 0 40px;
  }
  #landing-page h1.logo {
    margin: 30px 0;
    font-size: 40px;
  }
  #landing-page #landing-page-text {
    padding-bottom: 57px;
    margin-bottom: 27px;
    border-bottom: 1px solid #ededed;
  }
  #landing-page #landing-page-text .make-me-space-on-the-left {
    padding-left: 5%;
  }
  #landing-page #landing-page-text .make-me-space-on-the-right {
    padding-right: 5%;
  }
  #landing-page #about h1 {
    margin: 20px 0;
  }
  #landing-page #about ul {
    padding-left: 30px;
  }
  #landing-page #about ul li {
    list-style-type: none;
    line-height: 40px;
    position: relative;
  }
  #landing-page #about ul li::before {
    content: ' ';
    width: 14px;
    height: 14px;
    border-radius: 14px;
    background: #e6e6e6;
    display: block;
    position: absolute;
    left: -30px;
    top: 13px;
  }
  #landing-page p {
    text-align: justify;
  }
}
@media print {
  h1 {
    font-size: 36pt;
  }
}
/*# sourceMappingURL=style.css.map */