body {
  font-family: 'Open Sans', sans-serif;
  background: url("../assets/images/blog-bg-2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
}

.rounded-10 {
  border-radius: 10px;
}

.nft-blog {
  max-width: 700px;
  margin: 0 auto;
}

.section-title-lg {
  font-size: 60px;
}

@media screen and (max-width: 768px) {
  .section-title-lg {
    font-size: 45px;
  }
}

@media screen and (max-width: 450px) {
  .section-title-lg {
    font-size: 35px;
  }
}

.section-title-md {
  font-size: 40px;
}

@media screen and (max-width: 768px) {
  .section-title-md {
    font-size: 33px;
  }
}

@media screen and (max-width: 768px) {
  .section-title-md {
    font-size: 28px;
  }
}

.section-desc-md {
  font-size: 18px;
}

@media screen and (max-width: 450px) {
  .section-desc-md {
    font-size: 16px;
  }
}
/*# sourceMappingURL=nft-blog.css.map */