.container {
  background: #0b0d1f;
  width: 100%;
}
.terms-of-service {
  padding: 120px 160px;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.terms-of-service-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.terms-of-service-title h2 {
  color: var(--White, #fff);
  text-align: center;
  font-size: 38px;
  font-style: normal;
  font-weight: 500;
  line-height: 42px;
}
.terms-of-service-title p {
  color: var(--Dark-dark_4, #787d92);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.terms-of-service-content {
  display: flex;
  flex-direction: row;
  gap: 60px;
}
.terms-of-service-content-left {
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.terms-of-service-content-left-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.terms-of-service-content-left-item p {
  color: var(--Dark-dark_4, #787d92);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.terms-of-service-content-left-item .terms-of-service-content-left-item-active {
  color: var(--White, #fff) !important;
}
.terms-of-service-content-divider {
  height: inherit;
  width: 1px;
  background: linear-gradient(
    180deg,
    rgba(15, 18, 43, 0.7) 0%,
    #2c334f 50%,
    rgba(15, 18, 43, 0.7) 100%
  );
}
.terms-of-service-content-right {
  max-width: 73%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.terms-of-service-content-right-date-updated p {
  color: var(--Dark-dark_4, #787d92);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.terms-of-service-content-right-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.terms-of-service-content-right-content-title h3 {
  color: var(--White, #fff);
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
}
.terms-of-service-content-right-content-text p {
  color: var(--Dark-dark_5, #a2a5b2);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
