.doc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 6rem;
}

.doc__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 568px) {
  .doc__content {
    padding: 24px 0;
  }
}

.doc__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 3.5rem;
  padding-top: 4rem;
}

@media screen and (max-width: 767px) {
  .doc__list {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.doc__item {
  border: 1px solid #dee2ed;
  padding: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.doc__item img {
  width: 179px;
  height: 232px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 400px) {
  .doc__item img {
    width: 127px;
    height: 193px;
  }
}

.doc__item--content {
  max-width: 325px;
  padding-left: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.doc__item--content h2 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  font-style: normal;
}

.doc__item--content p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #72757b;
  font-style: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.doc__item--content a {
  padding: 1.6rem 0 1.6rem 0;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
}

.doc__item--content p:last-child {
  font-style: italic;
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #72757b;
}

.date-doc {
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #72757B;
}
/*# sourceMappingURL=doc.css.map */