h1 {
  font-size: 2.5rem;
  padding: 30px;
}

.cartntxt {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.txt {
  color: white;
  font-family: gruppo, Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  text-align: center;
}

.cartes {
  padding: 50px 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

main {
  margin-top: 50px;
}

.services {
  background: linear-gradient(rgba(0, 0, 46, 0), rgb(50, 67, 255), rgb(0, 0, 46));
}/*# sourceMappingURL=services.css.map */