.wrapper__ads-download {
    /* position: absolute;
    top: 0; */
    width: 100%;
    background: #e4e4e4;
    padding: 10px 20px;
  }
  
  .ads-download__flex {
    display: flex;
    justify-content: space-between;
  }
  
  .ads-download-left {
    display: flex;
  }
  
  .ads-download__title {
    font-size: 11px;
    font-weight: 700;
  }
  
  .ads-download__caption {
    font-size: 10px;
  }
  
  .ads-download__text {
    padding-left: 10px;
  }
  
  .btn.btn__downloads {
    font-size: 13px;
    font-weight: 600;
    background: #43acf9;
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 5px;
  }
  