body.page-id-19376 .entry-content,
body.page-id-20026 .entry-content,
body.page-id-19353 .entry-content,
body.page-id-19357 .entry-content {
  padding: 30px 30px;
  min-height: 50vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}

.menu-pdf-data ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-inline-start: 0;
  margin: 0 auto;
}
.menu-pdf-data ul a {
  height: 230px;
  width: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid lightgrey;
  margin: 15px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 10px;
  border-radius: 50px;
  background: #0071C1;
  color: white;
}
.menu-pdf-data ul a:hover {
  background: #004e84;
}

.page-lock__container {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-lock__img {
  margin: auto;
}
.page-lock__btn {
  margin-top: 30px;
  padding: 1rem 2rem !important;
  text-transform: uppercase;
  background-color: #004e84 !important;
  color: white !important;
  border-radius: 50px !important;
}
.page-lock__btn:hover {
  background: #0071C1 !important;
}