.docs__wrapper .page-section:last-child {
  padding-bottom: 0;
}

.docs__page-title {
  padding-bottom: 40px;
}

.docs__title {
  justify-content: flex-end;
  width: 100%;
  padding-left: 0;
}

@media (max-width: 959px) {
  .docs .docs__page-title {
    padding-bottom: 30px;
  }
}

@media (max-width: 639px) {
  .docs__page-title {
    font-size: 30px;
  }

  .docs__title {
    justify-content: flex-start;
  }
}
