.custom-btn-download {
  width: 100%;
}
.custom-btn-download .button-download {
  min-height: 40px;
  height: 100%;
  width: 100%;
  padding: 0 20px;
  border-radius: 8px;
  border: 1px solid #d2d2d2;
  background-color: #f6f6f6;
}
.custom-btn-download .button-download p,
.custom-btn-download .button-download h1,
.custom-btn-download .button-download h2,
.custom-btn-download .button-download h3,
.custom-btn-download .button-download h4,
.custom-btn-download .button-download h5,
.custom-btn-download .button-download h6 {
  color: #131313;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
@media (min-width: 576px) {
  .custom-btn-download {
    width: auto;
  }
  .custom-btn-download .button-download {
    min-width: 307px;
  }
}
