body {
  max-width: 1200px;
  margin: 0 auto;
  font-family: "Open Sans", sans-serif;
}

header {
  text-align: center;
}

section {
  padding: 20px;
  /* border-bottom: 1px solid #ccc; */
  display: flex;
  flex-wrap: wrap;
  /* flex-direction: column; */
  gap: 10px;
}

section h2 {
  color: #002452;
  font-weight: 600;
  font-size: 2rem;
  margin-top: 40px;
  display: block;
  width: 100%;
}

section img {
  max-width: 300px;
  height: auto;
  margin-right: 50px;
}

section article p {
  font-size: 1.2rem;
  line-height: 1.6;
  padding-bottom: 20px;
  max-width: 700px;
  margin-top: 0;
}

section .button {
  background-color: #002452;
  padding: 10px 15px;
  color: white;
  text-decoration: none;
}
