.breadcrumbs {
  margin-top: 34px;
}

.logo {
  position: relative;
  z-index: 900;
}

@media (min-width: 769px) and (max-width: 1360px) {
  .breadcrumbs {
    margin-top: 24px;
  }

  .terms-content {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .breadcrumbs {
    margin-top: 24px;
  }

  .terms-content {
    margin-top: 40px;
    width: 100%;
  }

  .terms-content_title {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 10px;
  }

  .term-title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
  }

  .term-text {
    margin-bottom: 20px;
  }

  .terms-content_container {
    padding-bottom: 25px;
  }
}
