.banner__blog {
  background: url("../images/soldier\ 1.png");
  width: 100%;
  height: 264px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  border-radius: 0.25rem;
  position: relative;
}
.banner__blog__bitcoin {
  position: absolute;
  background: url("../images/btc.png");
  width: 122px;
  height: 122px;
  left: 25px;
  top: 152px;
  z-index: 3;
}
.banner__blog__text {
  position: absolute;
  width: 162px;
  height: 47px;
  left: 77px;
  top: 201px;
  background: url("../images/B\ log.png");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
}
.blog {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  line-height: 1.75em;
}
.blog__desc {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  color: var(--text-white);
}
.blog__title {
  text-align: center;
  padding-top: 1rem;
}
.blog__content {
  display: flex;

  flex-direction: column;
  gap: 2rem;
}
.blog__content li {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.blog__content h1 {
  font-size: 1rem;
  color: #eeeeee;
}
.blog__content p {
  color: var(--text-white);
}
.blog ol {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  color: var(--text-white);
  list-style-position: outside;
}
.blog ol li {
  margin-left: 30px;
}
.blog li {
  color: var(--text-white);
}
.blog li span {
  color: var(--white);
  font-weight: bold;
}
.blog h2 {
  color: var(--text-white);
  font-size: 1rem;
}
.blog p {
  color: var(--text-white);
}
.blog__conclusion {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin-top: 2rem;
  line-height: 1.75em;
}
.blog__conclusion h1 {
  font-weight: bold;
  font-size: 1rem;
}
.blog__conclusion p {
  text-align: center;
  color: var(--text-white);
}
.blog__indent {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.blog__indent li {
  margin-left: 30px;
}
