.download-ad {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 90px;
  max-height: 320px;
  margin: 14px 0;
  padding: 10px 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 0;
  background: transparent;
}

.download-ad__label {
  display: block;
  margin-bottom: 8px;
  color: #8d8fae;
  font: 10px/1.2 Arial, sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .download-ad {
    width: 100%;
    min-height: 82px;
    margin: 10px 0;
    border-radius: 0;
  }
}
