.flex-footer {
  display: flex;
  max-width: 61.25rem;
  border: 0.1rem solid red;
  border-radius: 0.35rem;
  justify-content: space-evenly;
  align-items: center;
  margin: 0 auto;
  background-color: yellow;
}
.footer-item {
  font-size: 0.85rem;
  color: black;
  padding: 1px;
  text-align: center;
}

.footer-item a {
  color: blue;
  text-decoration: underline;
  font-size: 0.9rem;
  font-weight: 900;
}

.footeritem-5 {
 /* background-color: gray; */
 text-align: right;
}
.footeritem-2 img {
  width: 60%;
}
.footeritem-5 img {
  width: 50%;
}
@media only screen and (max-width: 500px) {
  .flex-footer {
    border: 0.1rem solid red;
    border-radius: 0.35rem;
    justify-content: space-evenly;
    }
  .footer-item {
    font-size: 0.65rem;
  }
  
  .footer-item a {
   font-size: 0.75rem;
    font-weight: 900;
  }
  
  .footeritem-5 {
   /* background-color: gray; */
   text-align: right;
  }
  .footeritem-2 img {
    width: 50%;
  }
  .footeritem-5 img {
    width: 40%;
  }
}