.p-static {
  padding-top: 90px;
}

.p-static h1,
.p-static h2 {
  margin-bottom: 30px;
  font-size: 50px;
  line-height: 56px;
  font-weight: bold;
  color: #000000;
}

@media (max-width: 1199.98px) {
  .p-static h1,
  .p-static h2 {
    font-size: 35px;
    line-height: 42px;
  }
}

@media (max-width: 991.98px) {
  .p-static {
    padding-top: 50px;
  }
}