.thepage .p-head {
  background-image: url(../img/download/hero@2x.jpg);
}
.p-head h1 {
  letter-spacing: 0;
  margin-right: 0;
}

.cont-inn h3 {
  text-align: center;
  font-weight: normal;
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 74px;
}
.row-docs {
  margin-bottom: 80px;
}
.row-docs:last-child {
  margin-bottom: 0;
}
.row-docs .col-thumb figure {
  background:#EDEDED;
  border:1px solid #A8A8A8;
  max-width: 210px;
  height: 297px;
}
.row-docs .docs-info {
  display: flex;
  align-items: center;
  height: 100%;
}
.docs-info .txt {
  margin-bottom: 44px;
}
.row-docs .btn-dl,.row-docs .btn-dl:visited {
  position: relative;
  display: block;
  border:none;
  background: #2E396F;
  color:#fff;
  font-size: 20px;
  line-height: 20px;
  padding:30px;
  max-width: 360px;
}
.row-docs .btn-dl:hover,
.row-docs .btn-dl:first-child:active,
.row-docs .btn-dl:focus {
  background: #282828;
  color:#fff;
  text-decoration: none;
}
.row-docs .btn-dl:after {
  position: absolute;
  content:"";
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../img/download/ico-download.svg);
  right: 30px;
  top:50%;
  transform: translateY(-50%);
  height: 13px;
  width: 16px;
}

@media (max-width: 992px) {
  .cont-inn h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 50px;
  }
  .row-docs .btn-dl, .row-docs .btn-dl:visited {
    padding:20px;
    max-width: 290px;
  }
}

@media (max-width: 767px) {
  .thepage .p-head {
    background-position: 75% center;
  }
  .cont-inn h3 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 40px;
  }
  .row-docs .col-thumb {
    margin-bottom: 20px;
    text-align: center;
  }
  .row-docs .col-thumb figure {
    margin:auto;
  }
  .docs-info .txt {
    margin-bottom: 20px;
  }
  .row-docs .btn-dl, .row-docs .btn-dl:visited {
    margin:auto;
  }
}