.footer {
  background-color: #1a1a1a;
  color: #ffffff;
  padding: 40px 0 20px;
  border-top: 1px solid #333;
  text-align: left;
}

.footerContainer {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 20px;
}

.footerSection {
  flex: 1;
  margin: 10px;
  min-width: 200px;
}

.footerSection h4 {
  margin-bottom: 15px;
  font-size: 1.2rem;
  color: #e61111;
}

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

.footerSection ul li {
  margin-bottom: 10px;
}

.footerSection a {
  color: #ffffff;
  text-decoration: none;
}

.footerSection a:hover {
  text-decoration: underline;
  color: #e61111;
}

.cookieLink {
  background: none;
  border: none;
  color: #ffffff;
  text-decoration: none;
  font-size: inherit;
  font-family: inherit;
  cursor: pointer;
  padding: 0;
  text-align: left;
  width: 100%;
}

.cookieLink:hover {
  text-decoration: underline;
  color: #e61111;
}

.footerCertificate {
  width: 120px;
  margin-top: 10px;
}

.footerBottom {
  border-top: 1px solid #333;
  padding-top: 10px;
  text-align: center;
  font-size: 0.9rem;
}


