.footer {
  background-color: #E4F1FE;
  text-align: center;
}

.footer img {
  position: relative;
  height: 100%;
}

.footer .img_container {
  position: relative;
  display: inline-block;
  height: 90%;
  width: 20%;
  top: 5%;
  left: 0%;
  margin: 0;
  padding: 0;
}

.mobile_footer {
  background-color: #E4F1FE;
  text-align: center;
}

.mobile_footer img {
  position: relative;
  height: 100%;
}

.mobile_footer .img_container {
  position: relative;
  display: inline-block;
  height: 90%;
  top: 5%;
  left: 0%;
  margin: 0;
  padding: 0;
}

@media only screen and (min-width: 1001px) {
  .desktop {
    display: block;
  }
}

@media only screen and (max-width: 1000px) {
  .desktop {
    display: none;
  }
}

@media only screen and (min-width: 1001px) {
  .mobile {
    display: none;
  }
}

@media only screen and (max-width: 1000px) {
  .mobile {
    display: block;
  }
}
