.tt-downloads-section button, .tt-downloads-section a {
  font-size: 26px;
  color: #000;
  background-color: #ffce39;
  padding: 5px 15px 5px 15px;
  display: inline-block;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 900;
  font-family: "Roboto Condensed", sans-serif;
  position: relative;
  line-height: normal;
  text-decoration: none !important;
  border: 0px;
}
.tt-downloads-section .tt-downloads-list {
  display: none;
}
.tt-downloads-section .tt-downloads-list.show {
  display: flex;
  flex-wrap: wrap;
}
.tt-downloads-section .tt-downloads-list .download-line {
  flex: 1 1 100%;
  padding: 5px 0;
  text-align: right;
}