.pourquoi main img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center;
}

.pourquoi h1 {
  background-color: #f49969;
  color: #ffffff;
  padding: 1em;
  text-transform: uppercase;
  text-align: center;
  margin-top: 2em;
}

.pourquoi p {
  background-color: #f9c2a6;
  color: #ffffff;
  padding: 1em;
  text-align: center;
  margin-bottom: 2em;
}
