.custom-footer-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0% 3%;
  margin-top: 25px;
  margin-bottom: 100px;
  font-size: 16px;
  font-weight: 500;
  color: white;
  gap: 50px;
}

@media only screen and (max-width: 767px) {
  .custom-footer-div {
    display: none;
  }
  .custom-footer-wrapper {
    flex-direction: column;
  }
}

@media only screen and (max-width: 350px) {
  .custom-footer-wrapper {
    font-size: 14px;
  }
}
