.header-block {
  display: flex;
  position: relative;
  z-index: 20;
  align-items: center;
  width: 100%;
  height: 80px;
}

.page-content {
  padding: 3rem 0;
}

h4 {
  padding: 3rem 0 1rem;
}

ol {
  list-style: none;
}
@media screen and (max-width: 1480px) {
.header-block {

  height: 70px;
}
}
@media screen and (max-width: 850px) {
  .header-block {
    max-height: 6rem;
  }
  .page-content {
    padding: 1rem 0 3rem;
  }
}
