.downloadList {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 0;
  text-align:center;
margin-top:5px !important;
}
  
  .downloadList p {
    text-align:center;
  }


.downloadList li {
  list-style: none;
     background: #171717;

  padding: 20px;
  box-sizing: border-box;

}

.downloadList li dl {
  display: block;
  gap: 20px;
  align-items: center;
}

.downloadList li dl dt img {
  width: 128px;
  height: 128px;
  border-radius: 17px;
    margin: 0 auto;
}

.downloadList li dl dd.tit {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
}

.downloadList li dl dd.txt01,
.downloadList li dl dd.txt02 {
  font-size: 14px;
  color: #ccc;
  text-align: center;
  display: block; 
  margin-top: 4px;
}


.downloadList li dl dd.btn {
  margin-top: 10px;
}

.downloadList li dl dd.btn a {
  display: inline-block;
  width: 100%;
  max-width: 250px;
  height: 50px;
  line-height: 50px;
 background: #b5bdca;
      color: #000;
    font-weight: bold;
  text-align: center;
  border-radius: 30px;
  font-size: 16px;
  text-decoration: none;
  padding: 0 20px 0px 20px;
}

.downloadList li dl dd.btn a:hover {
  background: #9ba7bb;  
   transition-duration: 0.8s;
}
  
  .downloadList p {
    font-weight:bold;
    font-size:24px; color:#fff;
    margin-top:10px;
  }

 .button-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    justify-items: center;
    margin-top: 20px;
  }

  .bt {
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    cursor: pointer;
    color: #666666;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 30px;
    text-align: center;
    width: 100%;
        background: #eaeaea;
  }

  .bt:hover {
    background: linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
  }

  .bt:active {
    position: relative;
    top: 1px;
  }

  .bt-copy {
    font-size: 18px;
    padding: 10px 25px;
    margin-left: 40px;
    margin-top: 2px;
    margin-bottom:20px;
  }

  .copy-button-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
  }


.video-text-overlay {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  width: 100%;
}

.video-title {
  font-size: 48px;
  font-weight: bold;
  margin: 0;
  color:#fff;
  background: linear-gradient(to bottom, #fbfaf9 39%, #facf79 64%, #d56807 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.2;
  font-family: "HeirofLightBold" !important;
  filter: drop-shadow(2px 4px 6px black);
}

.video-subtitle {
background: linear-gradient(to bottom, #fff 50%, #eaeaea 50%, #eaeaea 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  font-size: 21px;
  margin: 5px 0 0;
font-weight:bold;
filter: drop-shadow(2px 4px 6px black);
}

@media screen and (max-width: 1024px) {
.video-text-overlay {
top:50%;
}
.video-title {
  font-size: 32px;
  }
  .video-subtitle {
  margin-top:0;
  }

  }