.docs {
  color: white;
  background-color: #bb112d;
  width: 100%;
  height: 100vh;
}
.docs__head {
  font-size: 32px;
  font-weight: 900;
  padding: 50px;
  /* background-color: white;*/
  color: white;
}
.docs__content {
  padding: 50px;
  margin-bottom: 100px;
  background-color: white;
  color: #2c2c2c;
}
.docs__ctg {
  margin-bottom: 70px;
}
.docs__ctg-name {
  font-size: 28px;
  font-weight: 900;
  line-height: 1.25;
  margin-bottom: 30px;
}
.docs__docs {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.docs__docs a {
  color: #2c2c2c;
  text-decoration: none;
}
.docs__doc {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 20px;
}
.docs__icon {
  background-image: url("/static/img/file.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
}