
.site-footer {
  background-color: #1f1f1f;
  padding: 40px 20px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
   min-height: 100px;
  align-items: center;
  text-align: center;
}

.footer-section {
  flex: 1 1 100%;
  display: flex;
  justify-content: center;
  margin: 10px 0;
}

.footer-left {
  justify-content: flex-start;
}

.footer-center {
  justify-content: center;
}

.footer-right {
  justify-content: flex-end;
}

.footer-text {
  font-size: 14px;
  color: #ccc;
}

.footer-button {
  background-color: #444;
  color: #fff;
  padding: 10px 20px;
  border-radius: 6px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.3s ease;
  white-space: nowrap;
}

.footer-button:hover {
  background-color: #666;
}

.footer-button {
  margin-left: 370px;
  margin-right: 370px;
}
 @media (max-width: 2000px) {
  .footer-button {
    margin: 10px auto;
    display: block;
    width: 80%;
    max-width: 250px;
    text-align: center;
  }
}
