#section_footer.footer {
  background: #e7f6f9;
  padding: 20px 0;
  text-align: center;
  color: #666;
  font-size: 14px;
  position: relative;
}

.logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1vw;
  margin-bottom: 2vh;
}

.logos .logo {
  height: 8vh;
  object-fit: contain;
}

.copyright {
  margin: 0;
}
