
html {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
}

body .content {
  flex: 1 0 auto;
}

body .main {
  margin: 30px auto 50px auto;
}

body .main .terms__content {
  width: 100%;
  margin: 20px auto;
}

body .main .terms__p {
  font-size: 16px;
  margin-bottom: 30px;
}

body .main .terms__h2 {
  margin-bottom: 10px;
  font-size: 18px;
}

body .main .terms__a {
  color: #0098d4;
}

body .main .fas {
  color: #007ab0;
  font-size: 80px;
  margin-top: 5px;
}

body .footer {
  flex-shrink: 0;
}

.terms__text {
  font-size: 14px;
  margin-top: 40px;
  padding-bottom: 50px;
}




@media (max-width: 600px) {

  .content.h1_independent article .btn.header-btn {
    margin-top: 14px;
  }

  .terms__text {
    margin-top: 70px;
  }
}



