.downloads {
  margin-top: 100px; }
  .downloads h2 {
    text-align: center;
    font: bold 34px/46px Montserrat;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin-top: 0.5em;
    padding: 60px 0;
    margin: 0;
    border-bottom: 5px solid rgba(0, 0, 0, 0.1); }
    .downloads h2:first-child {
      padding-top: 0; }
  .downloads .item {
    position: relative;
    width: 100%;
    background-image: url(/static/aluner.cz/img/file_icon.png);
    background-position: 35px center;
    background-repeat: no-repeat;
    padding: 27px 230px 27px 110px;
    font-weight: 600;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease-out; }
    .downloads .item .name {
      color: black;
      font-size: 15px;
      text-decoration: none; }
      .downloads .item .name:hover {
        text-decoration: underline; }
    .downloads .item .button {
      position: absolute;
      right: 40px;
      top: 50%;
      transform: translateY(-50%); }
      .downloads .item .button.Arrow:after {
        transform: rotate(90deg); }
    .downloads .item:hover {
      background-color: rgba(240, 240, 240, 0.5); }
    .downloads .item span {
      font-weight: 300; }
  .downloads .linkTextBoxLink {
    padding: 0.5rem 1rem; }

@media (max-width: 1400px) {
  .downloads .item {
    padding: 27px 0;
    background-image: none;
    text-align: center; }
  .downloads .item .name {
    display: block;
    padding-bottom: 10px; }
  .downloads .item .button {
    width: auto;
    height: auto;
    position: relative;
    top: auto;
    right: auto;
    transform: none; } }

@media (max-width: 600px) {
  .downloads .item {
    padding: 27px 0;
    background-image: none;
    text-align: center; }
  .downloads .item .name {
    display: block;
    padding-bottom: 10px; }
  .downloads .item .button {
    position: relative;
    top: auto;
    right: auto;
    transform: none; } }
