footer {
  background-color: #000000;
  height: 310px;
  display: flex;
  align-items: center;
  color: white;
}

.footer-img {
  width: 107px;
  height: 107px;
  border-radius: 16px;
  background-color: #108048;
}
.divider {
  border-left: 2px solid white;
  height: 100%;
}
.footer-menu-header {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0px;
}
.footer-link-container {
  gap: 77px;
}
.footer-link-container ul li {
  margin-bottom: 23px;
}
.footer-links {
  text-decoration: none;
  color: #d6d6d6;
  font-family: M PLUS 1p;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0px;
  cursor: pointer;
}
.copyrights-header {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0px;
  color: white;
  text-decoration: none;
}
.copyrights-text {
  font-family: M PLUS 1p;
  font-weight: 400;
  font-size: 16px;
  line-height: 218.00000000000003%;
  letter-spacing: 0px;
  color: #d6d6d6;
  margin: 0;
}

@media (min-width: 250px) and (max-width: 767px) {
  footer {
    height: 200px !important;
  }
  .footer-img {
    width: 47px !important;
    height: 47px !important;
    border-radius: 4px !important;
  }
  .footer-menu-header {
    font-size: 12px !important;
  }
  .footer-links {
    font-size: 12px !important;
  }
  .copyrights-header {
    font-size: 12px !important;
  }
  .copyrights-text {
    font-size: 12px !important;
  }
  .footer-link-container {
    gap: 0;
  }
  .footer-link-container ul li {
    margin-bottom: 0px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .footer-link-container {
    gap: 0;
  }
  .footer-link-container ul li {
    margin-bottom: 8px;
  }
}
