@font-face {
  font-family: "SF Pro Display";
  src: url("../../assets/fonts/SF-Pro-Display-Regular.woff") format("woff"), url("../../assets/fonts/SF-Pro-Display-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #090A0C;
  color: #EBEBEB;
  font-family: "SF Pro Display";
}

.wrap {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #090A0C;
  color: #EBEBEB;
}

.wrap {
  max-width: 1470px;
  margin: 0 auto;
  width: 100%;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .wrap {
    padding: 0 24px;
  }
}

.title {
  font-family: "Play";
  font-weight: 700;
  font-size: 32px;
  line-height: 37px;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #EBEBEB;
  opacity: 0.84;
  max-width: 402px;
  width: 100%;
}
@media (max-width: 767px) {
  .title {
    font-size: 24px;
    line-height: 28px;
  }
}

.description {
  font-family: "SF Pro Display";
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #B8B8B8;
}