.its-footer {
  margin-top: 60px;
  margin-bottom: 40px;
  padding: 24px 18px;
  text-align: center;
  background-color: var(--color-secondary);
  box-shadow: 0 10px 25px 0 rgba(76, 86, 86, 0.15);
}

.page .its-footer h3 {
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 24px;
  font-weight: 700;
}

.its-button {
  margin-top: 20px;
  margin-bottom: 45px;
}

.its-button button {
  display: block;
  max-width: 220px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .its-button {
    margin-top: 35px;
    margin-bottom: 50px;
  }
}

@media (min-width: 768px) {
  .its-button {
    margin-top: 40px;
    margin-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .its-footer {
    padding: 32px 24px;
    font-size: 18px;
    text-align: center;
    background-color: var(--color-secondary);
    box-shadow: 0 10px 25px 0 rgba(76, 86, 86, 0.15);
  }

  .page .its-footer h3 {
    margin-top: 0;
    margin-bottom: 26px;
    font-size: 26px;
    font-weight: 700;
  }

  .its-button {
    margin-top: 35px;
    margin-bottom: 45px;
  }
}

@media (min-width: 1200px) {
  .its-button {
    margin-top: 40px;
    margin-bottom: 80px;
  }
}
