@charset "UTF-8";
.affiliate {
  margin-bottom: 120px;
}

.affiliate .text,
.player .text {
  padding: 45px 30px 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
  font-weight: bold;
}
.affiliate .text p,
.player .text > div {
  width: 60%;
}
.affiliate .text p.image-1,
.player .text p.image-2 {
  width: 35%;
  margin-left: 5%;
}
.affiliate .text p.image-1 {
  margin-bottom: 0;
}
.affiliate .text p.image-1 img,
.player .text p.image-2 img{
  width: 100%;
  height: auto;
}
/* .affiliate .buttons {
  padding: 20px 0 20px;
} */

.player {
  clear: both;
}


.player ol {
  width:100%;
  padding: 25px 35px 25px 45px;
  list-style: arabic;
  margin-top: 40px;
  background-color: #eee;
}
.player ol li {
  font-size: 15px;
  line-height: 1.8em;
}

@media screen and (max-width: 768px) {
  .affiliate .text p, .player .text > div {
    width: 100%;
  }
  .affiliate .text, .player .text {
    padding: 6vw 0 0;
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
    width: 100%;
    box-sizing: border-box;
  }
  .affiliate .text p.image-1, .player .text p.image-2 {
    width: 100%;
    margin-left: 0;
  }
  .affiliate .text p.image-1 {
    margin-bottom: 6vw;
  }
  .player ol {
    width: 100%;
    padding: 5vw 6vw 5vw 10vw;
    list-style: arabic;
    margin-top: 9vw;
    background-color: #eee;
  }
  .player ol li {
    font-size: 3.2vw;
    line-height: 1.8em;
  }

  .affiliate {
    margin-bottom: 18vw;
  }

}