@media (min-width: 768px) {
h1 {
  font-size: 0px !important;
  color: var(--white-color) !important;
}

.content-block {
    height: 0 !important;
}
}

@media (max-width: 767px) {
h1 {
  margin-bottom: 0px !important;
}
}