.footer-main-wrapper p {
  font-size: 22px;
}
.footer-main-wrapper img.footer-logo {
  max-width: 180px;
  margin-bottom: 20px;
}
.footer-main-wrapper h4 {
  width: max-content;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.footer-main-wrapper hr {
  border-color: var(--white);
  opacity: 1;
  margin-top: 100px;
}
.footer-main-wrapper h4:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% + 60px);
  height: 1px;
  z-index: 0;
  background: var(--white);
}
.footer-main-wrapper section a {
  background: var(--teal);
  width: 30px;
  height: 30px;
  display: grid;
  place-content: center;
  border-radius: 50%;
  font-size: 16px;
}
#menu-footer-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 0 32px;
  list-style: none;
  padding: 0;
  justify-content: center;
}

#menu-footer-menu li:after {
  content: " | ";
  margin: 0 10px;
  color: var(--teal);
}
#menu-footer-menu li:last-child::after {
  display: none;
}
#menu-footer-menu a {
  font-size: 20px;
  color: var(--white);
  text-decoration: none;
}
