body {
  padding: 0;
  margin: 0;
}

.footer_wrap {
  width: 100%;
  min-height: 150px;
  background-color: #4b4b4b;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.f_utill_box {
  line-height: 2rem;
  display: flex;
  align-items: center;
}

.title {
  font-weight: bold;
  color: #ffffff;
}

.content {
  color: #ffffff;
}
