.blocks-downloads {
  height: 100%;
  display: block;
  flex-grow: 1;
  flex-shrink: 1;
  justify-content: center;
  column-gap: 20px;
}
.blocks-downloads div:nth-child(2) {
  margin-top: 15px;
}

.view-product-support .manuals-downloads,
.view-product-download-guide .manuals-downloads {
  display: block;
  background-color: var(--grey-06);
  border-radius: 16px;
  padding: 32px 64px;
  column-gap: 70px;
  width: -webkit-fill-available;
  max-width: 702px;
  position: relative;
}
.manuals-downloads div:nth-child(2) {
  width: 100%;
}

.download-text,
.download-file {
  align-self: center;
}

.downloads-text,
.downloads-file {
  flex: 1;
}

.downloads-file img {
  width: 12px;
}
.downloads-file ul {
  margin-bottom: 0;
}
.downloads-file li {
  list-style-type: none;
}

.downloads-file li a {
  display: flex;
  padding: 8px 0;
  text-decoration: none;
}

.downloads-file li a:hover {
  text-decoration: none;
}

.downloads-file li a h6,
.downloads-file li a strong {
  margin-bottom: 0;
  align-self: center;
  width: -webkit-fill-available;
  color: var(--grey-01);
  font-family: 'RocheSans-Medium';
  line-height: 1.5;
  font-size: 1rem;
}
.downloads-text {
  text-align: center;
}
.downloads-text .h4 {
  color: var(--acBlueText);
}
.file-description {
  width: 100%;
  line-height: 1;
}

.file-size {
  font-size: 12px;
  color: var(--grey-03);
  margin-bottom: 0;
}
.manuals-downloads .downloads-text h4 {
  font-family: "RocheSans-Medium", "Arial", "Arial Narrow";
  font-size: 22px;
  font-weight: 400;
  line-height: 24.2px;
  text-align: left;
  color: var(--acBlueText);
  margin-bottom: 18px;
}

.manuals-downloads .downloads-text p {
  font-family: "RocheSans-Regular", "Arial", "Arial Narrow";
  font-size: 14px;
  font-weight: 400;
  line-height: 15.4px;
  text-align: left;
  color: var(--acBlueText);
}

@media (max-width: 768px) {
  .view-product-support .manuals-downloads,
  .view-product-download-guide .manuals-downloads {
    padding: 32px 20px;
  }

  .manuals-downloads .downloads-text p {
    text-align: center;
  }

  .downloads-subheading {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .view-product-support .manuals-downloads,
  .view-product-download-guide .manuals-downloads {
    margin: 0 auto;
  }
  .blocks-downloads {
    display: flex;
  }
  .blocks-downloads div:nth-child(2) {
    width: 100%;
  }
  .manuals-downloads {
    display: block;
  }

  .blocks-downloads div:nth-child(2) {
    margin: 0;
  }
  .downloads-text {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .view-product-support .manuals-downloads {
    padding: 32px 64px;
  }
  .downloads-text {
    text-align: left;
    max-width: 198px;
  }
  .blocks-downloads div:nth-child(2) {
    width: 40%;
  }

  .view-product-support .manuals-downloads,
  .view-product-download-guide .manuals-downloads {
    display: flex;
  }
  .downloads-text {
    text-align: left;
  }
  .blocks-downloads .manuals-downloads .downloads-file {
    width: 100%;
  }
}
#user-downloads-section.block-heading {
  margin-bottom: 24px;
}
#user-downloads-section .h2 {
  margin-bottom: 16px;
  line-height: 1;
}
.manuals-downloads .downloads-file .text-center a {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: 32px;
  font-family: "RocheSans-Medium", "Arial", "Arial Narrow";
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.01em;
  border-bottom: 2px solid;
  width: fit-content;
}
.manuals-downloads .downloads-file .text-center a:hover {
  text-decoration: none;
}
.downloads-text .h4 {
  color: var(--acBlue-Text);
  font-family: "RocheSans-Medium", "Arial", "Arial Narrow";
  font-size: 22px;
  margin-bottom: 18px;
}
@media (max-width:991px) {
  .view-product-support,
  .view-product-download-guide {
    padding: 0px;
  }
  .downloads-text .h4 {
    font-size: 28px;
  }
  .manuals-downloads .downloads-text p {
    text-align: center;
  }
}

.manuals-downloads .downloads-text p strong {
  color: var(--acBlue-Text);
  font-family: "RocheSans-Regular", "Arial", "Arial Narrow";
  font-size: 14px;
  line-height: 15.4px;
}
.downloads-file li .file-size,
.manuals-downloads .downloads-file .file-description *.file-size {
  color: var(--acNeutral-acGrayShade, #737373);
  font-family: "RocheSans-Regular", "Arial", "Arial Narrow";
  font-size: 12px;
  line-height: 1.5;
  word-wrap: break-word;
}
.downloads-file li .file-description .h6 {
  margin-bottom: 2px;
}
.downloads-file li .file-description .h6,
.manuals-downloads .downloads-file .file-description strong {
  color: var(--acBlueText);
  font-family: "RocheSans-Medium", "Arial", "Arial Narrow";
  font-size: 14px;
  display: inline-block;
  width: calc(100% - 15px);
}
.article-container .downloads-file li .file-description .h6 {
  font-size: 16px;
}
.view-product-support .manuals-downloads,
.view-product-download-guide .manuals-downloads {
  background: #f8f8f8;
}

.downloads-file li {
  border-top: 1px solid #e3e3e3;
}
.downloads-file ul li:last-child {
  border-bottom: 1px solid #e3e3e3;
}
.downloads-file ul li:first-child {
  border-top: none;
}
