.about-section {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  color: #d3cfc9;
}

.about-section h1 {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 2.5rem;
  margin-bottom: 20px;
  margin-top: 10px;
  font-weight: bolder;
}

.about-section p {
  line-height: 1.6;
  margin-bottom: 15px;
  font-size: 1.2rem;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  margin-bottom: 50px;
}

.motto {
  padding: 10px;
  font-size: x-large;
  margin-top: 50px;
}

/*pictures*/
.image-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
  margin-bottom: 70px;
}

.image-box {
  overflow: hidden;
  max-width: 300px;
  height: 300px;
}

.image-box img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
