.terms {
  min-height: calc(100vh - 60px);
  background-color: transparent;
  padding-bottom: 140px;
}
@media (min-width: 768px) {
  .terms {
    padding-top: 130px;
    background-size: cover;
    padding-bottom: 195px;
  }
}
.terms__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1024px) {
  .terms__wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.terms__logo {
  width: 100%;
  min-height: 355px;
  padding-top: 108px;
  margin-right: -18px;
  margin-left: -18px;
}
@media (min-width: 768px) {
  .terms__logo {
    background-color: transparent;
    max-width: 406px;
    min-height: auto;
    margin-top: 0;
    padding-top: 0;
    margin-right: 0;
    margin-left: 0;
  }
}
.terms__title {
  font-family: "Moderat Condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 55px;
  line-height: 100%;
  color: var(--color-white);
  text-transform: capitalize;
  margin-bottom: 50px;
  text-align: center;
  padding: 0 15px;
}
@media (min-width: 1024px) {
  .terms__title {
    margin-right: 20px;
    font-size: 89px;
    text-align: left;
  }
}
.terms-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--color-white);
  padding: 68px 0 95px 25px;
  max-width: 680px;
}
@media (min-width: 768px) {
  .terms-content {
    padding: 40px 50px 50px 50px;
    align-items: flex-start;
  }
}
@media (min-width: 1200px) {
  .terms-content {
    padding: 100px 120px 120px 146px;
  }
}
.terms-content__middle {
  margin-top: 63px;
}
@media (min-width: 768px) {
  .terms-content__middle {
    margin-top: 32px;
  }
}
.terms-content__bottom {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .terms-content__bottom {
    margin-top: 60px;
  }
}
.terms-content__text {
  width: 318px;
  font-family: "Moderat Condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 170%;
  letter-spacing: 0.02em;
  color: var(--color-black);
}
@media (min-width: 768px) {
  .terms-content__text {
    width: 425px;
  }
}
.terms-content__text-subtitle {
  font-family: "Moderat Condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  line-height: 100%;
  max-width: 314px;
  margin-left: 28px;
  margin-right: auto;
  text-align: center;
  max-width: 234px;
  margin-bottom: 27px;
}
@media (min-width: 768px) {
  .terms-content__text-subtitle {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    max-width: 314px;
    margin-left: -25px;
  }
  .accordion {
    margin-left: -25px;
  }
}
.terms-content__text-list {
  font-family: "Moderat Condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 170%;
  letter-spacing: 0.02em;
  color: var(--color-black);
}
.terms-content__text ol,
.terms-content__text ul {
  font-family: "Moderat Condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 170%;
  letter-spacing: 0.02em;
  color: var(--color-black);
}
.terms-content__text li {
  font-family: "Moderat Condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 170%;
  letter-spacing: 0.02em;
  color: var(--color-black);
}
.terms-content__text li:not(:first-child) {
  margin-top: 26px;
}
.terms a {
  text-decoration: underline;
  color: var(--color-black);
}
.terms .container {
  padding: 0;
}
@media (min-width: 768px) {
  .terms .container {
    padding: 0 18px;
  }
}
