.lp-footer-section {
  width: 100vw;                 /* Full viewport width */
  margin-left: calc(-50vw + 50%); /* Break out of container */
  background-color: #c6e9f4;
  padding: 40px 24px;           /* Padding on ALL sides */
  text-align: center;
}

.lp-footer-inner {
  max-width: 1200px;            /* Optional: content readable width */
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.6;
  color: #00394d;
}

/* Links */
.lp-footer-inner a {
  color: #00394d;
  text-decoration: none;
  font-weight: 500;
}

.lp-footer-inner a:hover {
  text-decoration: underline;
}
``