.newfootbox {
  position: relative;
}
.newfootbox .imgb {
  display: block;
  width: 100%;
}
.newfootbox .footlogo {
  position: absolute;
  left: 1rem;
  top: 1rem;
  width: 18rem;
}
.newfootbox .footlogo2 {
  position: absolute;
  right: 1rem;
  top: 1.5rem;
  width: 3rem;
}
.newfootbox .footerm {
  position: absolute;
  right: 1rem;
  top: 5.5rem;
  width: 6rem;
}
.newfootbox .footimgbox {
  position: absolute;
  left: 1rem;
  top: 5.5rem;
}
.newfootbox .footimgbox .imgbox {
  margin-bottom: 0.5rem;
  display: flex;
}
.newfootbox .footimgbox .imgbox .img {
  width: 2rem;
  height:auto;
  display: flex;
  align-items: center;
}
.newfootbox .footimgbox .imgbox .img img {
  display: block;
  width: 100%;
  height:auto;
}
.newfootbox .footimgbox .imgbox .text {
  flex: 1;
  display: flex;
  align-items: center;
  margin-left: 0.5rem;
}
.newfootbox .footimgbox .imgbox .text p {
  line-height: 1.3rem;
  color: #fff;
  font-size: 0.9rem;
}
.newfootbox .footimgbox .imgbox .text p a {
  color: #fff;
}