body {
  background: url("../img/promo.webp") no-repeat center/cover;
  margin-bottom: 0;
}
body:before {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  backdrop-filter: blur(3px);
  background: rgba(0, 0, 0, 0.2);
  z-index: -1;
}

.about-wrapper {
  max-width: 620px;
  width: 100%;
  margin: 200px auto 150px auto;
  padding: 60px;
  text-align: center;
  background: #fff;
  border-radius: 10px;
}

h1 {
  font-size: 64px;
  margin: 0 0 40px 0;
}

p {
  font-size: 22px;
  line-height: 1.55;
  font-weight: 300;
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 32px;
  }
  .about-wrapper {
    padding: 20px;
    max-width: 95%;
    width: 100%;
    margin: 100px auto;
    box-sizing: border-box;
  }
  p {
    font-size: 18px;
  }
}

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