.footer-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 170px;
}
.footer {
  height: 100px;
  width: 100%;
  background: #b11f23;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer p {
  color: #fff;
}
.footer a {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .footer-img {
    height: 2.17rem;
    max-height:unset;
  }
  .footer{
    height: 1.36rem;
  }
  .footer p {
    font-size: 0.26rem;
    width: 58%;
    text-align: center;
  }
}
