.foot-center {
  display: flex;
  align-items: center;
  justify-content: right;
}

.foot-center-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

.foot-item-space {
  margin-bottom: 0 !important;
}

.foot-color {
  background-color: var(--green-light);
  color: var(--white);
  width: 100%;
}

.foot-color-dark {
  background-color: var(--green-medium);
  color: var(--white);
  width: 100%;
}

.foot-width {
  padding: 0 !important;
  background-color: var(--green-medium);
  color: white;
}

.foot-link {
  text-decoration: none;
  color: var(--white);
}

.foot-link:hover {
  color: var(--white) !important;
  opacity: .8;
}



.custom__footer{
  background-color: var(--green-medium);
  color: var(--white) !important;
}







/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
  .foot-center-nav {
    flex-direction: column;
  }

  .foot-item-space {
    padding: 5px 0;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
}
