.bottom{
  width: 100%;
  height:8.5rem;
  background: #414141;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.bottom__top{
  font-size: 1.125rem;
  color: #fff;
}
.bottom__center{
  width: 73rem;
  display: flex;
  margin-top: 0.6rem;
  justify-content: space-between;
}
.bottom__center__item{
  font-size: 1.125rem;
  color: #fff;
}
.bottom__bottom{
  font-size: 1.125rem;
  color: #fff;
  margin-top: 0.6rem;
}