footer {
  /* height: 200px; */
  background-color: #afe32d;
  margin-top: 50px;
  display: flex;
  position: static;
  right: 0;
  left: 0;
  bottom: 0;
}

.footer-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}

.footer__side {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  gap: 8px;
  /* width: 40%; */
}

.footer__subtitle {
  font-size: 19px;
  font-weight: 400;
  color: black;
}

.separator {
  width: 100%;
  height: 1px;
  background-color: black;
}

.footer__subtitle__keyword {
  font-weight: bold;
  cursor: pointer;
}

.footer__logo {
  width: 50px;
  height: 50px;
}

.footer__side__company-items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-direction: row-reverse;
}

.footer__side__company-texts {
  display: flex;
  align-items: end;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
}

.footer__text {
  font-size: 15px;
  font-weight: 400;
  color: black;
}
