h1,
h2 {
  padding-bottom: 50px;
  padding-top: 50px;
}

.swiper {
  margin-top: 50px;
  margin-bottom: 50px;
  width: 80%;
  height: 500px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #dae6e4;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 200px !important;
  height: 200px !important;
  border-radius: 100% !important;
  margin-bottom: 25px;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-wrapper {
  display: flex;
  align-items: center !important;
  justify-content: center !important;
}

.tarif {
  width: 100%;
  background-color: #ece6d7;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
}

.cards {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-bottom: 50px;
  font-size: 200%;
}

.card {
  width: 450px;
  height: 390px;
  background-color: #fff;
  border-radius: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.pec {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .swiper-slide {
    width: 150px !important;
    height: 150px !important;
    font-size: 80%;
  }

  h2 {
    margin-bottom: 0!important;
  }
}
