.section-list {
  margin-top: 16px;
  width: 100%; 
  display: flex;
  overflow: auto scroll;
  gap: 20px;
  scrollbar-width: none; 
  -ms-overflow-style: none; 
}

.footer {
  background-color: #f9f9f9;
  color: #333;
  padding: 40px 20px;
  font-size: 14px;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
}

.footer-links {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.footer-links div {
  flex: 1;
  min-width: 200px;
  margin: 10px;
}

.footer-links h4 {
  font-size: 16px;
  margin-bottom: 10px;
}

.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links ul li {
  margin-bottom: 5px;
}

.footer-links ul li a {
  text-decoration: none;
  color: #333;
}

.footer-links ul li a:hover {
  color: #28a745;
}

.see-all {
  font-size: 12px;
  color: #28a745;
  text-decoration: none;
}

.see-all:hover {
  text-decoration: underline;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.app-links {
  font-size: 14px;
}

.app-store {
  text-decoration: none;
  background-color: #000;
  color: #fff;
  padding: 8px 12px;
  border-radius: 4px;
}

.social-icons a {
  margin: 0 8px;
}

.social-icons img {
  width: 24px;
  height: 24px;
}

.footer-note {
  font-size: 12px;
  color: #666;
  text-align: center;
  line-height: 1.5;
}
.social-icons{
  margin-right: 50px;
}

.icons{
  font-size: 34px;
  color: black;
  margin-right: 10px;
}

.app-icon{
  background-color: #000;
  color: #fff;
  padding: 8px 12px;
  border-radius: 4px;
}