@media screen and (min-width: 1025px) {
  .detail-download-mobile {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
  }
  .detail-download-mobile .detail-download-mobile-btn {
    background-color: #2595DE;
    color: #ffffff;
    text-align: center;
    width: 100px;
    text-indent: 0;
    padding: 0 10px;
    cursor:pointer;
  }
}
@media screen and (max-width: 1025px) {
  .detail-download-mobile {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
  }
  .detail-download-mobile .detail-download-mobile-btn {
    background-color: #2595DE;
    color: #ffffff;
    text-align: center;
    width: 100px;
    text-indent: 0;
    padding: 10px 0;
    cursor:pointer;
  }
}
