.thanks {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  padding: 200px 0 150px;
}
.thanks .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
}
.thanks img {
  width: 100px;
  height: auto;
  margin-bottom: 10px;
}
.thanks p {
  text-align: center;
  font-size: 18px;
}

.docs {
  word-break: break-word;
  padding: 150px 0px 100px;
}
.docs h1 {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 36px;
}
.docs li,
.docs p {
  color: inherit;
}
.docs a {
  text-decoration: none !important;
  color: #eca315;
}
.docs a:hover {
  color: #12141a;
}
@media screen and (max-width: 767.98px) {
  .docs {
    padding: 130px 0px 80px;
  }
}