.z-footer .content {
  display: flex;
}
.z-footer .content .item {
  overflow: hidden;
}
.z-footer .content .item:nth-child(1), .z-footer .content .item:nth-child(2) {
  flex: 2;
}
.z-footer .content .item:nth-child(3), .z-footer .content .item:nth-child(4) {
  flex: 3;
}
.z-footer .content .item:nth-child(3) {
  padding-right: 1.25rem;
}
.z-footer .content .item .btn-arrow {
  display: none;
}
.z-footer .content .t0 {
  color: #000;
  font-size: 1.25rem;
  font-weight: 600;
}
.z-footer .content .t1 {
  color: #252b3a;
  font-size: 0.875rem;
  margin-top: 1.25rem;
  overflow: hidden;
}
