/* Default page styles for admin-created pages */

.page-content {
  padding: 60px 80px;
  height:max-content;
}

.entry-header {
  margin-bottom: 24px;
}

.entry-title {
  font-size: 42px;
  font-weight: 400;
  color: #000;
}

.entry-content {
  font-size: 16px;
  line-height: 1.8;
  color: #000;
}

.entry-content img {
  max-width: 100%;
  height: auto;
}

/* Utility */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}


section .container
{
    height:max-content;
}

@media (max-width: 480px) {
  .page-content
  {
    padding: 20px 20px;
  }

  .container {
  max-width: 480px;
  }

  
}
