footer {
  background: #fafafa;
  border-top: 1px solid #dedede;
  padding: 40px 0 20px;
  font-size: 12px;
  color: #666;
}

.footer-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 15px;
}

.footer-section {
  text-align: left;
  margin-bottom: 8px;
}

.footer-section-title {
  font-weight: bold;
  margin-right: 5px;
}

.footer-section a {
  color: #6ca9d5;
  text-decoration: none;
}

.footer-section a:hover {
  color: #90cbf5;
}

.copyright {
  text-align: right;
  font-size: 12px;
  padding-top: 10px;
}

@media screen and (max-width: 768px) {
  footer {
    padding: 20px 0;
  }
  
  .copyright {
    text-align: center;
    margin-top: 20px;
  }
} 
