.section-hero h2 {
  font-size: clamp(1rem, 1.25vw, 1.25rem) !important;
  font-weight: 700;
}

.section-bitcoin {background: #0a0b14 url(../images/bg-bitcoin-how.webp?v202204)no-repeat;background-position: top right;}

.bg-dark-gradient {
  background: #000;
  background: linear-gradient(0deg,rgba(0,0,0,.7) 100%,rgba(0,0,0,0) 0%);
  border-radius: 1.5rem;
}

.section-hero .video {
  position: absolute;
  right: 0;
  top: -380px;
  min-width: 100%;
  min-height: 100%;
  z-index: -1030;
  filter: brightness(0.3);
}