* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  background: #f3f7fc;
  font-family: Arial, Helvetica, sans-serif;
}

.page {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  background: #ffffff;
  box-shadow: 0 10px 35px rgba(0, 33, 82, 0.12);
}

.section-img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
}

/* This is a fast-launch visual version using sliced homepage images.
   Later, it is recommended to rebuild the page with real HTML text + CSS layout for better SEO and mobile experience. */
