footer {
  background: #ffffff;
  position: relative;
  display: flex;
  bottom: 0;
  width: 100%;
  /* height: 2.5rem; */
  height: 60px;
  /* Footer height */
  text-align: center;
  align-content: center;
  justify-content: center;
  border-top: 1px solid #b4aeae;
  /* border-bottom: 1px solid #b4aeae; */
  font-size: 10pt;
}

@media screen and (max-width: 850px) {
  footer {
    background: #ffffff;
    position: sticky;
    display: flex;
    bottom: 0;
    width: 100%;
    height: 50px;
    text-align: center;
    align-content: center;
    justify-content: center;
    border-top: 1px solid #b4aeae;
    font-size: 9pt;
  }
  footer img {
    margin: 1vh 0 0 2vh;
    width: 16px;
  }
  footer p {
    margin: 0.2vh 1vh 0vh 1vh;
  }
}
@media screen and (max-width: 950px) {
  footer {
    background: #ffffff;
    position: sticky;
    display: flex;
    bottom: 0;
    width: 100%;
    height: 50px;
    text-align: center;
    align-content: center;
    justify-content: center;
    border-top: 1px solid #b4aeae;
    font-size: 10pt;
  }
  footer img {
    margin: 1vh 0 0 2vh;
    width: 16px;
  }
  footer p {
    margin: 0.2vh 1vh 0vh 1vh;
  }
}
@media screen and (max-width: 1024px) {
  footer {
    background: #ffffff;
    position: sticky;
    display: flex;
    bottom: 0;
    width: 100%;
    height: 50px;
    text-align: center;
    align-content: center;
    justify-content: center;
    border-top: 1px solid #b4aeae;
    font-size: 10pt;
  }
  footer img {
    margin: 1vh 0 0 2vh;
    width: 20px;
  }
  footer p {
    margin: 0.2vh 1vh 0vh 1vh;
  }
}
@media screen and (max-width: 600px) {
  footer {
    background: #ffffff;
    position: sticky;
    display: flex;
    bottom: 0;
    width: 100%;
    height: 50px;
    text-align: center;
    align-content: center;
    justify-content: center;
    border-top: 1px solid #b4aeae;
    font-size: 9pt;
  }
  footer img {
    margin: 1vh 0 0 2vh;
    width: 16px;
  }
  footer p {
    margin: 0.2vh 1vh 0vh 1vh;
  }
}
@media screen and (max-width: 500px) {
  footer {
    background: #ffffff;
    position: sticky;
    display: flex;
    bottom: 0;
    width: 100%;
    height: 50px;
    text-align: center;
    align-content: center;
    justify-content: center;
    border-top: 1px solid #b4aeae;
    font-size: 7pt;
  }
  footer img {
    margin: 1vh 0 0 2vh;
    width: 16px;
  }
  footer p {
    margin: 0vh 2vh;
  }
}
@media screen and (max-width: 390px) {
  footer {
    background: #ffffff;
    position: sticky;
    display: flex;
    bottom: 0;
    width: 100%;
    height: 50px;
    text-align: center;
    align-content: center;
    justify-content: center;
    border-top: 1px solid #b4aeae;
    font-size: 7pt;
  }
  footer img {
    margin: 1vh 0 0 2vh;
    width: 16px;
  }
  footer p {
    margin: 0vh 2vh;
  }
}
@media screen and (max-width: 360px) {
  footer {
    background: #ffffff;
    position: sticky;
    display: flex;
    bottom: 0;
    width: 100%;
    height: 50px;
    text-align: center;
    align-content: center;
    justify-content: center;
    border-top: 1px solid #b4aeae;
  }
  footer img {
    margin: 1vh 0 0 2vh;
    width: 12px;
  }
  footer p {
    font-size: 6pt;
    margin: 0vh 1vh;
  }
}