.banner {
  background: url("../images/gaming\ baner\ 1\ 1.png");
  width: 100%;
  height: 250px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  border-radius: 0.25rem;
  margin-bottom: 0.1rem;
}

.banner2 {
    
    background: url("../images/gaming\ baner\ 1\ 1.png");
  width: 100%;
  height: 250px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
}

.banner__text {
  position: absolute;
  left: 35px;
  top: 144px;
  width: 485px;
  height: 94px;
  font-family: "Rubik Mono One";
  font-style: normal;
  font-weight: 400;
  font-size: 38px;
  line-height: 1.23em;
  color: #ebe9e8;
}
.banner__token {
  position: absolute;
  width: 122px;
  height: 122px;
  left: 85%;
  top: 124px;
  z-index: 3;
  background: url("../images/btc.png");
}
.banner div:last-child {
  width: 123px;
  height: 123px;
  left: 90%;
  top: 99px;
  z-index: 2;
  transform: matrix(1, 0, 0, 1, 0, 0);
  background: url("../images/eth.png");
}

@media only screen and (max-width: 900px) {
  .banner__token {
    display: none;
  }
  .banner__text {
    font-size: 24px;
    margin: auto;
    left: 16px;
    top: 174px;
  }
}
