.page-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.shipping-section {
  background-color: #ffffff;
  margin-top: 86px;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  box-sizing: border-box;
}

.shipping-container {
  width: 100%;
  max-width: 680px;
  padding: 22px 16px;
  box-sizing: border-box;
  background-color: #ffffff;
  text-align: center;
}

.shipping-title {
  font-size: 24px;
  font-weight: 800;
  margin: 0 0 6px 0;
  line-height: 1.15;
  color: #333333;
}

.shipping-updated {
  font-size: 12px;
  color: #666666;
  margin: 0 0 16px 0;
}

.shipping-statement {
  font-size: 13px;
  font-weight: 700;
  color: #444444;
  margin: 0 0 12px 0;
}

.shipping-info {
  font-size: 12.5px;
  line-height: 1.55;
  color: #444444;
  text-align: center;
  margin: 0;
}

.shipping-info a {
  color: #0066cc;
  text-decoration: none;
}

.shipping-info a:hover {
  text-decoration: underline;
}

.page-container > *:last-child {
  margin-top: auto;
}
