.pdf__title {
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .pdf__title {
    font-size: 20px;
    line-height: 28px;
    padding-top: 20px;
  }
}
.pdf__name {
  max-width: calc(100% - 120px);
  font-size: 20px;
  line-height: 30px;
  color: #171C8F;
}
@media (max-width: 992px) {
  .pdf__name {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 576px) {
  .pdf__name {
    width: 100%;
    max-width: calc(100% - 80px);
  }
}
.pdf__container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .pdf__container {
    width: 70%;
  }
}
@media (max-width: 576px) {
  .pdf__container {
    width: 100%;
  }
}
.pdf__element {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 24px 0;
  border-bottom: 1px solid #DCDCDC;
  justify-content: space-between;
}
.pdf__icon-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #F4F4F4;
  border-radius: 50px;
  width: 88px;
  height: 88px;
  margin-right: 32px;
}
.pdf__icon-wrapper img {
  width: 44px;
}
@media (max-width: 992px) {
  .pdf__icon-wrapper {
    width: 55px;
    height: 55px;
    margin-right: 10px;
  }
  .pdf__icon-wrapper img {
    width: 26px;
  }
}
.pdf__link {
  width: 20%;
  text-align: right;
}
.pdf__link a {
  display: inline-block;
  padding: 12px 24px;
  border: 1px solid #171C8F;
  border-radius: 8px;
  color: #171C8F;
  width: 100%;
  text-align: center;
}
.pdf__link a:hover {
  background-color: #171C8F;
  color: #fff;
}
@media (max-width: 992px) {
  .pdf__link {
    width: 30%;
  }
}
@media (max-width: 576px) {
  .pdf__link {
    width: 50%;
    margin-top: 10px;
  }
  .pdf__link a {
    padding: 5px 15px;
  }
}/*# sourceMappingURL=Pdf_section.min.css.map */