@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;
}
@font-face {
  font-family: "Industry-Black";
  src: url("../../assets/fonts/Industry-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Industry-Black";
  src: url("../../assets/fonts/Industry-Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #21252B;
  color: #A4A4A4;
  font-family: "Poppins", sans-serif;
}

a {
  text-decoration: none;
}

.wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 113px;
}
@media (max-width: 1599px) {
  .wrap {
    padding: 0 16px;
    max-width: 1406px;
  }
}

ul li {
  list-style: none;
}

.title {
  font-family: "Industry-Black", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .title {
    font-size: 26px;
    line-height: 34px;
  }
}
@media (max-width: 624px) {
  .title {
    font-size: 24px;
    line-height: 32px;
  }
}

.decription {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #A4A4A4;
}
@media (max-width: 478px) {
  .decription {
    font-size: 14px;
    line-height: 22px;
  }
}

a {
  color: #fff;
}

h1 {
  font-size: 40px;
  line-height: 48px;
  color: #fff;
}
@media (max-width: 768px) {
  h1 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 624px) {
  h1 {
    font-size: 26px;
    line-height: 34px;
  }
}

h2 {
  font-family: "Industry-Black", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  h2 {
    font-size: 26px;
    line-height: 34px;
  }
}
@media (max-width: 624px) {
  h2 {
    font-size: 24px;
    line-height: 32px;
  }
}

h3 {
  font-family: "Industry-Black", sans-serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 32px;
  text-transform: uppercase;
  color: #FFFFFF;
}

h4 {
  font-family: "Industry-Black", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  text-transform: uppercase;
  color: #FFFFFF;
}

h5 {
  font-family: "Industry-Black", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  color: #FFFFFF;
}

h6 {
  font-family: "Industry-Black", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #FFFFFF;
}

p {
  margin-top: 17px;
}

.wp-block-heading {
  padding-top: 18px;
}

ul.wp-block-list {
  padding-left: 16px;
}
ul.wp-block-list li {
  list-style: disc;
}

.wp-block-list, .wp-block-footnotes {
  padding-left: 16px;
}