#header {
  background: #fff;
}

.floating-local-nav-outer {
  background: #fff;
}

.breadcrumb {
  background: #fff;
}

.p-title {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin-top: 120px;
}

@media screen and (max-width: 768px) {
  .p-title {
    margin-top: 60px;
  }
}