.download-doc-bg {
  border-radius: 20px;
  background-image: linear-gradient(to bottom, #f2f7fb 14%, rgba(255, 255, 255, 0) 98%);
}

.download-doc-bg {
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 80px;
}

.download-list-div {
  border-radius: 20px;
  box-shadow: 3px 6px 14px 0 rgba(0, 115, 187, 0.1);
  background-color: #ffffff;
  padding: 20px 30px 35px;
  display: flex;
  justify-content: space-between;
}

.document-title {
  font-family: "HelveticaNeueLTStd-Md", sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: normal;
  font-weight: normal;
  color: #58595b;
}

.document-list a{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}

.document-list:not(:last-child) {
  border-bottom: 1px solid #e6e7e8;
}

.ta-doc-list-wrap {
  width: 49%;
}

.vr {
  width: 1px;
  height: auto;
  background-color: #e6e7e8;
  margin: 0 57px 0 71px;
}

@media screen and (max-width: 767.99px) {

  .download-doc-bg {
    margin-bottom: 52px;
    margin-top: 20px;
    padding: 20px 0 0;
  }

  .download-list-div {
    flex-direction: column;
    padding: 0px 16px;
  }

  .document-title {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.43;
    letter-spacing: -0.39px;
    padding: 15px 0px;
  }

  .document-list {
    padding: 0px;
  }

  .document-list img {
    width: 41px;
    height: 41px;
  }

  .ta-doc-list-wrap {
    width: 100%;
  }

  .vr {
    width: 100%;
    height: 1px;
    margin: 0;
  }
}