.docs .section__title h1 {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  text-align: left;
}

.docs__inner {
  width: 100%;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
}

.docs__row {
  padding: 15px 24px;
  font-size: 14px;
}

.docs__row:nth-child(odd) {
  background-color: #F3F3F3;
}

.docs__row-title_icon {
  margin-right: 10px;
}

.docs__row-title_name {
  max-width: 500px;
  width: 100vw;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

.docs__row-title_name:hover {
  color: #FF88BD;
}

.docs__row-size {
  margin-left: 60px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #666B6E;
}

.docs__btn {
  padding: 8px 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  border-radius: 8px;
  border: 1px solid #00174B;
  color: #00174B;
}

.docs-long {
  max-width: 754px;
}

.docs-long .docs__row {
  padding: 15px 30px;
}

.docs-long .docs__row-title_name {
  max-width: 400px;
}

@media screen and (max-width: 991px) {
  .docs__row {
    padding: 15px 24px;
  }

  .docs-long .docs__row {
    padding: 15px 24px;
  }

  .docs-long .docs__row-title_name {
    max-width: 260px;
  }

  .docs__row-title_name {
    width: 25vw;
  }
}

@media screen and (max-width: 767px) {
  .docs__left {
    justify-content: space-between;
    width: 100%;
  }

  .docs__row {
    padding: 15px 24px;
  }

  .docs__row-title_name {
    width: 100%;
    max-width: 100%;
    font-size: 14px;
    line-height: 20px;
  }

  .docs__row-size {
    margin-left: 30px;
    font-size: 14px;
    line-height: 20px;
    width: fit-content;
    padding-right: 23px;
  }

  .docs-long {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }

  .docs-long .docs__row {
    padding: 15px 20px;
  }

  .docs-long .docs__row-title_name {
    max-width: 220px;
  }

  .docs__btn {
    padding: 7px;
  }

  .docs__btn .btn__with-img_title {
    width: 0;
    opacity: 0;
  }
}

@media screen and (max-width: 380px) {
  .docs__row-title_name {
    max-width: 152px;
  }

  .docs-long .docs__row-title_name {
    max-width: 152px;
  }
}