.site-footer {
  margin: 20px 0 0;
}

.footer-container {
 background: linear-gradient(to right, #2e5d5a, #4f7f7c, #a1b5b2);
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  gap: 20px;
}

.footer-column,
.footer-center-text,
.footer-right {
  flex: 1 1 300px;
  text-align: center;
  padding: 10px;
}

.footer-video {
  display: block;
  width: 100%;
  max-width: 200px;
  height: auto;
  border-radius: 8px;
  margin: 0 auto 20px;
}

.footer-center-text {
  font-size: 15px;
  max-width: 500px;
  margin: 0 auto;
}

.quote { font-style: italic; margin-bottom: 10px; }
.bottom { font-weight: bold; margin-top: 20px; }

.footer-right h5 { margin-bottom: 8px; font-size: 16px; }
.footer-center-text a { color: #a1cef3; text-decoration: underline; }

/* Mobile */
@media (max-width: 768px) {
  .footer-container { align-items: center; text-align: center; }

  .footer-column,
  .footer-center-text,
  .footer-right {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .footer-center-text { max-width: 100%; }
  .footer-video { max-width: 90%; }
}
