.section-file-list {
  padding-top: 0;
  padding-bottom: 0;
  text-align: left;
}
.section-file-list .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 0 0 30px 0;
  box-sizing: border-box;
}
.section-file-list__body {
  max-width: 1100px;
  line-height: 1.5;
  font-size: 18px;
}
.section-file-list__block_attachment {
  text-align: left;
}
.section-file-list__attachment a {
  display: inline-block;
  background: url(../../../images/pdf.png) no-repeat 0 center;
  background-size: 32px;
  padding: 12px 50px;
  color: #000;
  text-decoration: none;
  font-size: 18px;
}
.section-file-list__attachment a:hover {
  text-decoration: underline;
}
.section-file-list__attachment a.focus-visible {
  box-shadow: 0 0 0 1px #fff;
}
@media screen and (max-width: 1349px) {
  .section-file-list {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 1092px) {
  .section-file-list__body {
    text-align: left;
  }
}
@media screen and (max-width: 496px) {
  .section-file-list__body {
    line-height: 1.2;
    font-size: 16px;
  }
}
