#section1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-top: 60px;
  margin-bottom: 60px;
}
#section1 h2 {
  color: #fff;
  font-family: "Readex Pro", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
}
#section1 p {
  color: #fff;
  font-family: "Readex Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.patern {
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  gap: 60px;
  padding: 45px;
  border-radius: 45px;
  background-size: cover;
  width: 80%;
}
#vert {
  background-image: url(../assets/fond-vert.png);
}
#bleu {
  background-image: url(../assets/fond-bleu.png);
}
.btn {
  border-radius: 20px;
  border: 3px solid #fff;
  padding: 10px 22px;
  color: #fff;
  font-family: "Readex Pro", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 800px) {
  .patern {
    flex-direction: column;
  }
}